Html Css Color HEX #A219B9 Dark Orchid

📋 copy color: '#A219B9'

red 162 ◦ green 25 ◦ blue 185

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

Shades of Dark Orchid #A219B9

Tints of Dark Orchid #A219B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 49.73%

R = 43.55%
G = 6.72%
B = 49.73%

CMYK

 C value IS 0.12

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A219B9 (or 0xA219B9) is known color: Dark Orchid. HEX triplet: A2, 19 and B9. RGB value is (162,25,185). Sum of RGB (Red+Green+Blue) = 162+25+185=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 25 (10.16% from 255 or 6.72% from 372); Blue value is 185 (72.66% from 255 or 49.73% from 372); Max value from RGB is 185 - color contains mainly: blue. Hex color #A219B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A219B9 is #5DE646. Grayscale: #535353. Windows color (decimal): -6153799 or 12130722. OLE color: 12130722.

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

Color convert

RGB 162 25 185 -
CMYK 0.12 0.86 0 0.27
HSL 291.38º 0.76% 0.41% -
HSV(B) 291.38º 0.86% 0.73% -
XYZ 24 11.88 46.93 -
YUV 84.2 184.89 183.49 -
System Red Green Blue C M Y K H S L
Decimal 162 25 185 0.12 0.86 0 0.27 291.38 0.76 0.41
Hex A2 19 B9 C 56 0 1B 123 4C 29
Octal 242 31 271 14 126 0 33 443 114 51
Binary 10100010 11001 10111001 1100 1010110 0 11011 100100011 1001100 101001

Color Harmonies of #A219B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A219B9

Black with #A219B9

Text Example


Text Example

White with #A219B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A219B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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