Html Css Color HEX #A019B6 Dark Orchid

📋 copy color: '#A019B6'

red 160 ◦ green 25 ◦ blue 182

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

Shades of Dark Orchid #A019B6

Tints of Dark Orchid #A019B6

RGB

 RED value IS 160 (62.89% from 255) = 43.6%

 GREEN value IS 25 (10.16% from 255) = 6.81%

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

R = 43.6%
G = 6.81%
B = 49.59%

CMYK

 C value IS 0.12

 M value IS 0.86

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A019B6 (or 0xA019B6) is known color: Dark Orchid. HEX triplet: A0, 19 and B6. RGB value is (160,25,182). Sum of RGB (Red+Green+Blue) = 160+25+182=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 25 (10.16% from 255 or 6.81% from 367); Blue value is 182 (71.48% from 255 or 49.59% from 367); Max value from RGB is 182 - color contains mainly: blue. Hex color #A019B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A019B6 is #5FE649. Grayscale: #525252. Windows color (decimal): -6284874 or 11934112. OLE color: 11934112.

HSL color Cylindrical-coordinate representation of color #A019B6: hue angle of 291.59º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A019B6 is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 25 182 -
CMYK 0.12 0.86 0 0.29
HSL 291.59º 0.76% 0.41% -
HSV(B) 291.59º 0.86% 0.71% -
XYZ 23.29 11.55 45.26 -
YUV 83.26 183.73 182.73 -
System Red Green Blue C M Y K H S L
Decimal 160 25 182 0.12 0.86 0 0.29 291.59 0.76 0.41
Hex A0 19 B6 C 56 0 1D 124 4C 29
Octal 240 31 266 14 126 0 35 444 114 51
Binary 10100000 11001 10110110 1100 1010110 0 11101 100100100 1001100 101001

Color Harmonies of #A019B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A019B6

Black with #A019B6

Text Example


Text Example

White with #A019B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A019B6; }

 p { color: rgb(160,25,182); }

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

background-color css

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

 a { background-color: rgb(160,25,182); }

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

border-color css

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

 span { border-color: rgb(160,25,182); }

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