Html Css Color HEX #A220CA Dark Orchid

📋 copy color: '#A220CA'

red 162 ◦ green 32 ◦ blue 202

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

Shades of Dark Orchid #A220CA

Tints of Dark Orchid #A220CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 51.01%

R = 40.91%
G = 8.08%
B = 51.01%

CMYK

 C value IS 0.20

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A220CA (or 0xA220CA) is known color: Dark Orchid. HEX triplet: A2, 20 and CA. RGB value is (162,32,202). Sum of RGB (Red+Green+Blue) = 162+32+202=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 32 (12.89% from 255 or 8.08% from 396); Blue value is 202 (79.30% from 255 or 51.01% from 396); Max value from RGB is 202 - color contains mainly: blue. Hex color #A220CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A220CA is #5DDF35. Grayscale: #595959. Windows color (decimal): -6151990 or 13246626. OLE color: 13246626.

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

Color convert

RGB 162 32 202 -
CMYK 0.20 0.84 0 0.21
HSL 285.88º 0.73% 0.46% -
HSV(B) 285.88º 0.84% 0.79% -
XYZ 26.08 12.98 57.01 -
YUV 90.25 191.07 179.18 -
System Red Green Blue C M Y K H S L
Decimal 162 32 202 0.20 0.84 0 0.21 285.88 0.73 0.46
Hex A2 20 CA 14 54 0 15 11E 49 2E
Octal 242 40 312 24 124 0 25 436 111 56
Binary 10100010 100000 11001010 10100 1010100 0 10101 100011110 1001001 101110

Color Harmonies of #A220CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A220CA

Black with #A220CA

Text Example


Text Example

White with #A220CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A220CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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