Html Css Color HEX #A220CF Dark Orchid

📋 copy color: '#A220CF'

red 162 ◦ green 32 ◦ blue 207

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

Shades of Dark Orchid #A220CF

Tints of Dark Orchid #A220CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.62%

R = 40.4%
G = 7.98%
B = 51.62%

CMYK

 C value IS 0.22

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A220CF (or 0xA220CF) is known color: Dark Orchid. HEX triplet: A2, 20 and CF. RGB value is (162,32,207). Sum of RGB (Red+Green+Blue) = 162+32+207=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 32 (12.89% from 255 or 7.98% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #A220CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A220CF is #5DDF30. Grayscale: #5A5A5A. Windows color (decimal): -6151985 or 13574306. OLE color: 13574306.

HSL color Cylindrical-coordinate representation of color #A220CF: hue angle of 284.57º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A220CF is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 32 207 -
CMYK 0.22 0.85 0 0.19
HSL 284.57º 0.73% 0.47% -
HSV(B) 284.57º 0.85% 0.81% -
XYZ 26.68 13.22 60.18 -
YUV 90.82 193.57 178.77 -
System Red Green Blue C M Y K H S L
Decimal 162 32 207 0.22 0.85 0 0.19 284.57 0.73 0.47
Hex A2 20 CF 16 55 0 13 11D 49 2F
Octal 242 40 317 26 125 0 23 435 111 57
Binary 10100010 100000 11001111 10110 1010101 0 10011 100011101 1001001 101111

Color Harmonies of #A220CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A220CF

Black with #A220CF

Text Example


Text Example

White with #A220CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A220CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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