Html Css Color HEX #A019B0 Dark Orchid

📋 copy color: '#A019B0'

red 160 ◦ green 25 ◦ blue 176

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

Shades of Dark Orchid #A019B0

Tints of Dark Orchid #A019B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 48.75%

R = 44.32%
G = 6.93%
B = 48.75%

CMYK

 C value IS 0.09

 M value IS 0.86

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A019B0 (or 0xA019B0) is known color: Dark Orchid. HEX triplet: A0, 19 and B0. RGB value is (160,25,176). Sum of RGB (Red+Green+Blue) = 160+25+176=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 25 (10.16% from 255 or 6.93% from 361); Blue value is 176 (69.14% from 255 or 48.75% from 361); Max value from RGB is 176 - color contains mainly: blue. Hex color #A019B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A019B0 is #5FE64F. Grayscale: #525252. Windows color (decimal): -6284880 or 11540896. OLE color: 11540896.

HSL color Cylindrical-coordinate representation of color #A019B0: hue angle of 293.64º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A019B0 is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 25 176 -
CMYK 0.09 0.86 0 0.31
HSL 293.64º 0.75% 0.39% -
HSV(B) 293.64º 0.86% 0.69% -
XYZ 22.68 11.3 42.06 -
YUV 82.58 180.73 183.22 -
System Red Green Blue C M Y K H S L
Decimal 160 25 176 0.09 0.86 0 0.31 293.64 0.75 0.39
Hex A0 19 B0 9 56 0 1F 126 4B 27
Octal 240 31 260 11 126 0 37 446 113 47
Binary 10100000 11001 10110000 1001 1010110 0 11111 100100110 1001011 100111

Color Harmonies of #A019B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A019B0

Black with #A019B0

Text Example


Text Example

White with #A019B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A019B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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