Html Css Color HEX #A019CE Dark Orchid

📋 copy color: '#A019CE'

red 160 ◦ green 25 ◦ blue 206

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

Shades of Dark Orchid #A019CE

Tints of Dark Orchid #A019CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.69%

R = 40.92%
G = 6.39%
B = 52.69%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A019CE (or 0xA019CE) is known color: Dark Orchid. HEX triplet: A0, 19 and CE. RGB value is (160,25,206). Sum of RGB (Red+Green+Blue) = 160+25+206=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 25 (10.16% from 255 or 6.39% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #A019CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A019CE is #5FE631. Grayscale: #555555. Windows color (decimal): -6284850 or 13506976. OLE color: 13506976.

HSL color Cylindrical-coordinate representation of color #A019CE: hue angle of 284.75º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A019CE is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 25 206 -
CMYK 0.22 0.88 0 0.19
HSL 284.75º 0.78% 0.45% -
HSV(B) 284.75º 0.88% 0.81% -
XYZ 25.99 12.63 59.46 -
YUV 86 195.73 180.78 -
System Red Green Blue C M Y K H S L
Decimal 160 25 206 0.22 0.88 0 0.19 284.75 0.78 0.45
Hex A0 19 CE 16 58 0 13 11D 4E 2D
Octal 240 31 316 26 130 0 23 435 116 55
Binary 10100000 11001 11001110 10110 1011000 0 10011 100011101 1001110 101101

Color Harmonies of #A019CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A019CE

Black with #A019CE

Text Example


Text Example

White with #A019CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A019CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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