Html Css Color HEX #A616B6 Dark Orchid

📋 copy color: '#A616B6'

red 166 ◦ green 22 ◦ blue 182

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

Shades of Dark Orchid #A616B6

Tints of Dark Orchid #A616B6

RGB

 RED value IS 166 (65.23% from 255) = 44.86%

 GREEN value IS 22 (8.98% from 255) = 5.95%

 BLUE value IS 182 (71.48% from 255) = 49.19%

R = 44.86%
G = 5.95%
B = 49.19%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A616B6 (or 0xA616B6) is known color: Dark Orchid. HEX triplet: A6, 16 and B6. RGB value is (166,22,182). Sum of RGB (Red+Green+Blue) = 166+22+182=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 22 (8.98% from 255 or 5.95% from 370); Blue value is 182 (71.48% from 255 or 49.19% from 370); Max value from RGB is 182 - color contains mainly: blue. Hex color #A616B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A616B6 is #59E949. Grayscale: #525252. Windows color (decimal): -5892426 or 11933350. OLE color: 11933350.

HSL color Cylindrical-coordinate representation of color #A616B6: hue angle of 294º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A616B6 is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 22 182 -
CMYK 0.09 0.88 0 0.29
HSL 294º 0.78% 0.4% -
HSV(B) 294º 0.88% 0.71% -
XYZ 24.46 12.06 45.29 -
YUV 83.3 183.71 186.99 -
System Red Green Blue C M Y K H S L
Decimal 166 22 182 0.09 0.88 0 0.29 294 0.78 0.4
Hex A6 16 B6 9 58 0 1D 126 4E 28
Octal 246 26 266 11 130 0 35 446 116 50
Binary 10100110 10110 10110110 1001 1011000 0 11101 100100110 1001110 101000

Color Harmonies of #A616B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A616B6

Black with #A616B6

Text Example


Text Example

White with #A616B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A616B6; }

 p { color: rgb(166,22,182); }

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

background-color css

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

 a { background-color: rgb(166,22,182); }

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

border-color css

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

 span { border-color: rgb(166,22,182); }

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