Html Css Color HEX #A220C9 Dark Orchid

📋 copy color: '#A220C9'

red 162 ◦ green 32 ◦ blue 201

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

Shades of Dark Orchid #A220C9

Tints of Dark Orchid #A220C9

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.1%

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

R = 41.01%
G = 8.1%
B = 50.89%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A220C9 (or 0xA220C9) is known color: Dark Orchid. HEX triplet: A2, 20 and C9. RGB value is (162,32,201). Sum of RGB (Red+Green+Blue) = 162+32+201=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 32 (12.89% from 255 or 8.10% from 395); Blue value is 201 (78.91% from 255 or 50.89% from 395); Max value from RGB is 201 - color contains mainly: blue. Hex color #A220C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A220C9 is #5DDF36. Grayscale: #595959. Windows color (decimal): -6151991 or 13181090. OLE color: 13181090.

HSL color Cylindrical-coordinate representation of color #A220C9: hue angle of 286.15º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A220C9 is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 162 32 201 -
CMYK 0.19 0.84 0 0.21
HSL 286.15º 0.73% 0.46% -
HSV(B) 286.15º 0.84% 0.79% -
XYZ 25.96 12.93 56.39 -
YUV 90.14 190.57 179.26 -
System Red Green Blue C M Y K H S L
Decimal 162 32 201 0.19 0.84 0 0.21 286.15 0.73 0.46
Hex A2 20 C9 13 54 0 15 11E 49 2E
Octal 242 40 311 23 124 0 25 436 111 56
Binary 10100010 100000 11001001 10011 1010100 0 10101 100011110 1001001 101110

Color Harmonies of #A220C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A220C9

Black with #A220C9

Text Example


Text Example

White with #A220C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A220C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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