Html Css Color HEX #A219C9 Dark Orchid

📋 copy color: '#A219C9'

red 162 ◦ green 25 ◦ blue 201

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

Shades of Dark Orchid #A219C9

Tints of Dark Orchid #A219C9

RGB

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

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

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

R = 41.75%
G = 6.44%
B = 51.8%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A219C9 (or 0xA219C9) is known color: Dark Orchid. HEX triplet: A2, 19 and C9. RGB value is (162,25,201). Sum of RGB (Red+Green+Blue) = 162+25+201=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 25 (10.16% from 255 or 6.44% from 388); Blue value is 201 (78.91% from 255 or 51.80% from 388); Max value from RGB is 201 - color contains mainly: blue. Hex color #A219C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A219C9 is #5DE636. Grayscale: #555555. Windows color (decimal): -6153783 or 13179298. OLE color: 13179298.

HSL color Cylindrical-coordinate representation of color #A219C9: hue angle of 286.7º 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 #A219C9 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 162 25 201 -
CMYK 0.19 0.88 0 0.21
HSL 286.7º 0.78% 0.44% -
HSV(B) 286.7º 0.88% 0.79% -
XYZ 25.79 12.59 56.33 -
YUV 86.03 192.89 182.19 -
System Red Green Blue C M Y K H S L
Decimal 162 25 201 0.19 0.88 0 0.21 286.7 0.78 0.44
Hex A2 19 C9 13 58 0 15 11F 4E 2C
Octal 242 31 311 23 130 0 25 437 116 54
Binary 10100010 11001 11001001 10011 1011000 0 10101 100011111 1001110 101100

Color Harmonies of #A219C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A219C9

Black with #A219C9

Text Example


Text Example

White with #A219C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A219C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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