Html Css Color HEX #A019C9 Dark Orchid

📋 copy color: '#A019C9'

red 160 ◦ green 25 ◦ blue 201

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

Shades of Dark Orchid #A019C9

Tints of Dark Orchid #A019C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 52.07%

R = 41.45%
G = 6.48%
B = 52.07%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A019C9 (or 0xA019C9) is known color: Dark Orchid. HEX triplet: A0, 19 and C9. RGB value is (160,25,201). Sum of RGB (Red+Green+Blue) = 160+25+201=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 25 (10.16% from 255 or 6.48% from 386); Blue value is 201 (78.91% from 255 or 52.07% from 386); Max value from RGB is 201 - color contains mainly: blue. Hex color #A019C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A019C9 is #5FE636. Grayscale: #545454. Windows color (decimal): -6284855 or 13179296. OLE color: 13179296.

HSL color Cylindrical-coordinate representation of color #A019C9: hue angle of 286.02º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A019C9 is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 25 201 -
CMYK 0.20 0.88 0 0.21
HSL 286.02º 0.78% 0.44% -
HSV(B) 286.02º 0.88% 0.79% -
XYZ 25.39 12.39 56.31 -
YUV 85.43 193.23 181.19 -
System Red Green Blue C M Y K H S L
Decimal 160 25 201 0.20 0.88 0 0.21 286.02 0.78 0.44
Hex A0 19 C9 14 58 0 15 11E 4E 2C
Octal 240 31 311 24 130 0 25 436 116 54
Binary 10100000 11001 11001001 10100 1011000 0 10101 100011110 1001110 101100

Color Harmonies of #A019C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A019C9

Black with #A019C9

Text Example


Text Example

White with #A019C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A019C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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