#862aaf

Color #862AAF Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #862AAF

Tints of Dark Orchid #862AAF

Color information

#862AAF (or 0x862AAF) is unknown color: approx Dark Orchid. HEX triplet: 86, 2A and AF. RGB value is (134,42,175). Sum of RGB (Red+Green+Blue) = 134+42+175=351 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.18% from 351); Green value is 42 (16.80% from 255 or 11.97% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #862AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862AAF is #79D550. Grayscale: #545454. Windows color (decimal): -7984465 or 11479686. OLE color: 11479686.

HSL color Cylindrical-coordinate representation of color #862AAF: hue angle of 281.5º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #862AAF is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13442175-
CMYK0.230.7600.31
HSL281.5º61.29%42.55%-
HSV(B)281.5º76%68.63%-
XYZ18.49.8241.48-
YUV84.67178.98163.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 38.18%
GREEN value IS 42 (16.80% from 255) = 11.97%
BLUE value IS 175 (68.75% from 255) = 49.86%
R=38.18%
G=11.97%
B=49.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal134421750.230.7600.31281.561.2942.55
Hex862AAF174C01F11a3d2b
Octal20652257271140374327553
Binary1000011010101010101111101111001100011111100011010111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862aaf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862aaf; }

 p { color: rgb(134,42,175); }

 H1.HeaderClassName
 {
   color: #862aaf;
 }
 .AnyTagClassName
 {
   color: #862aaf;
 }
</style>
background-color css

<style>
 a { background-color: #862aaf; }

 a { background-color: rgb(134,42,175); }

 div.DivClassName
 {
   background-color: #862aaf;
 }
 .BgClassName
 {
   background-color: #862aaf;
 }
</style>
border-color css

<style>
 span { border-color: #862aaf; }

 span { border-color: rgb(134,42,175); }

 td.TdClassName
 {
   border-color: #862aaf;
 }
 .TagClassName
 {
   border-color: #862aaf;
 }
</style>