Html Css Color HEX #861AAF Dark Orchid

📋 copy color: '#861AAF'

red 134 ◦ green 26 ◦ blue 175

#861AAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #861AAF

Tints of Dark Orchid #861AAF

RGB

 RED value IS 134 (52.73% from 255) = 40%

 GREEN value IS 26 (10.55% from 255) = 7.76%

 BLUE value IS 175 (68.75% from 255) = 52.24%

R = 40%
G = 7.76%
B = 52.24%

CMYK

 C value IS 0.23

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#861AAF (or 0x861AAF) is known color: Dark Orchid. HEX triplet: 86, 1A and AF. RGB value is (134,26,175). Sum of RGB (Red+Green+Blue) = 134+26+175=335 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40% from 335); Green value is 26 (10.55% from 255 or 7.76% from 335); Blue value is 175 (68.75% from 255 or 52.24% from 335); Max value from RGB is 175 - color contains mainly: blue. Hex color #861AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #861AAF is #79E550. Grayscale: #4A4A4A. Windows color (decimal): -7988561 or 11475590. OLE color: 11475590.

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

Color convert

RGB 134 26 175 -
CMYK 0.23 0.85 0 0.31
HSL 283.49º 0.74% 0.39% -
HSV(B) 283.49º 0.85% 0.69% -
XYZ 17.94 8.9 41.33 -
YUV 75.28 184.28 169.88 -
System Red Green Blue C M Y K H S L
Decimal 134 26 175 0.23 0.85 0 0.31 283.49 0.74 0.39
Hex 86 1A AF 17 55 0 1F 11B 4A 27
Octal 206 32 257 27 125 0 37 433 112 47
Binary 10000110 11010 10101111 10111 1010101 0 11111 100011011 1001010 100111

Color Harmonies of #861AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861AAF

Black with #861AAF

Text Example


Text Example

White with #861AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861AAF; }

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

 H1.HeaderClassName
 {
   color: #861AAF;
 }
 .AnyTagClassName
 {
   color: #861AAF;
 }
</style>

background-color css

<style>
 a { background-color: #861AAF; }

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

 div.DivClassName
 {
   background-color: #861AAF;
 }
 .BgClassName
 {
   background-color: #861AAF;
 }
</style>

border-color css

<style>
 span { border-color: #861AAF; }

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

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