Html Css Color HEX #A219CC Dark Orchid

📋 copy color: '#A219CC'

red 162 ◦ green 25 ◦ blue 204

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

Shades of Dark Orchid #A219CC

Tints of Dark Orchid #A219CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.17%

R = 41.43%
G = 6.39%
B = 52.17%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A219CC (or 0xA219CC) is known color: Dark Orchid. HEX triplet: A2, 19 and CC. RGB value is (162,25,204). Sum of RGB (Red+Green+Blue) = 162+25+204=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 25 (10.16% from 255 or 6.39% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #A219CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A219CC is #5DE633. Grayscale: #555555. Windows color (decimal): -6153780 or 13375906. OLE color: 13375906.

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

Color convert

RGB 162 25 204 -
CMYK 0.21 0.88 0 0.2
HSL 285.92º 0.78% 0.45% -
HSV(B) 285.92º 0.88% 0.8% -
XYZ 26.15 12.74 58.21 -
YUV 86.37 194.39 181.95 -
System Red Green Blue C M Y K H S L
Decimal 162 25 204 0.21 0.88 0 0.2 285.92 0.78 0.45
Hex A2 19 CC 15 58 0 14 11E 4E 2D
Octal 242 31 314 25 130 0 24 436 116 55
Binary 10100010 11001 11001100 10101 1011000 0 10100 100011110 1001110 101101

Color Harmonies of #A219CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A219CC

Black with #A219CC

Text Example


Text Example

White with #A219CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A219CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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