Html Css Color HEX #A019B5 Dark Orchid

📋 copy color: '#A019B5'

red 160 ◦ green 25 ◦ blue 181

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

Shades of Dark Orchid #A019B5

Tints of Dark Orchid #A019B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 49.45%

R = 43.72%
G = 6.83%
B = 49.45%

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

#A019B5 (or 0xA019B5) is known color: Dark Orchid. HEX triplet: A0, 19 and B5. RGB value is (160,25,181). Sum of RGB (Red+Green+Blue) = 160+25+181=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 25 (10.16% from 255 or 6.83% from 366); Blue value is 181 (71.09% from 255 or 49.45% from 366); Max value from RGB is 181 - color contains mainly: blue. Hex color #A019B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A019B5 is #5FE64A. Grayscale: #525252. Windows color (decimal): -6284875 or 11868576. OLE color: 11868576.

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

Color convert

RGB 160 25 181 -
CMYK 0.12 0.86 0 0.29
HSL 291.92º 0.76% 0.4% -
HSV(B) 291.92º 0.86% 0.71% -
XYZ 23.19 11.51 44.71 -
YUV 83.15 183.23 182.82 -
System Red Green Blue C M Y K H S L
Decimal 160 25 181 0.12 0.86 0 0.29 291.92 0.76 0.4
Hex A0 19 B5 C 56 0 1D 124 4C 28
Octal 240 31 265 14 126 0 35 444 114 50
Binary 10100000 11001 10110101 1100 1010110 0 11101 100100100 1001100 101000

Color Harmonies of #A019B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A019B5

Black with #A019B5

Text Example


Text Example

White with #A019B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A019B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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