Html Css Color HEX #A220AF Dark Orchid

📋 copy color: '#A220AF'

red 162 ◦ green 32 ◦ blue 175

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

Shades of Dark Orchid #A220AF

Tints of Dark Orchid #A220AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.43%

R = 43.9%
G = 8.67%
B = 47.43%

CMYK

 C value IS 0.07

 M value IS 0.82

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A220AF (or 0xA220AF) is known color: Dark Orchid. HEX triplet: A2, 20 and AF. RGB value is (162,32,175). Sum of RGB (Red+Green+Blue) = 162+32+175=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 32 (12.89% from 255 or 8.67% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 175 - color contains mainly: blue. Hex color #A220AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A220AF is #5DDF50. Grayscale: #565656. Windows color (decimal): -6152017 or 11477154. OLE color: 11477154.

HSL color Cylindrical-coordinate representation of color #A220AF: hue angle of 294.55º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A220AF is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 162 32 175 -
CMYK 0.07 0.82 0 0.31
HSL 294.55º 0.69% 0.41% -
HSV(B) 294.55º 0.82% 0.69% -
XYZ 23.15 11.81 41.62 -
YUV 87.17 177.57 181.37 -
System Red Green Blue C M Y K H S L
Decimal 162 32 175 0.07 0.82 0 0.31 294.55 0.69 0.41
Hex A2 20 AF 7 52 0 1F 127 45 29
Octal 242 40 257 7 122 0 37 447 105 51
Binary 10100010 100000 10101111 111 1010010 0 11111 100100111 1000101 101001

Color Harmonies of #A220AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A220AF

Black with #A220AF

Text Example


Text Example

White with #A220AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A220AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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