Html Css Color HEX #A219B0 Dark Orchid

📋 copy color: '#A219B0'

red 162 ◦ green 25 ◦ blue 176

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

Shades of Dark Orchid #A219B0

Tints of Dark Orchid #A219B0

RGB

 RED value IS 162 (63.67% from 255) = 44.63%

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

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

R = 44.63%
G = 6.89%
B = 48.48%

CMYK

 C value IS 0.08

 M value IS 0.86

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A219B0 (or 0xA219B0) is known color: Dark Orchid. HEX triplet: A2, 19 and B0. RGB value is (162,25,176). Sum of RGB (Red+Green+Blue) = 162+25+176=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 25 (10.16% from 255 or 6.89% from 363); Blue value is 176 (69.14% from 255 or 48.48% from 363); Max value from RGB is 176 - color contains mainly: blue. Hex color #A219B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A219B0 is #5DE64F. Grayscale: #525252. Windows color (decimal): -6153808 or 11540898. OLE color: 11540898.

HSL color Cylindrical-coordinate representation of color #A219B0: hue angle of 294.44º 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 #A219B0 is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 162 25 176 -
CMYK 0.08 0.86 0 0.31
HSL 294.44º 0.75% 0.39% -
HSV(B) 294.44º 0.86% 0.69% -
XYZ 23.08 11.51 42.08 -
YUV 83.18 180.39 184.22 -
System Red Green Blue C M Y K H S L
Decimal 162 25 176 0.08 0.86 0 0.31 294.44 0.75 0.39
Hex A2 19 B0 8 56 0 1F 126 4B 27
Octal 242 31 260 10 126 0 37 446 113 47
Binary 10100010 11001 10110000 1000 1010110 0 11111 100100110 1001011 100111

Color Harmonies of #A219B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A219B0

Black with #A219B0

Text Example


Text Example

White with #A219B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A219B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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