Html Css Color HEX #A220BA Dark Orchid

📋 copy color: '#A220BA'

red 162 ◦ green 32 ◦ blue 186

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

Shades of Dark Orchid #A220BA

Tints of Dark Orchid #A220BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.95%

R = 42.63%
G = 8.42%
B = 48.95%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A220BA (or 0xA220BA) is known color: Dark Orchid. HEX triplet: A2, 20 and BA. RGB value is (162,32,186). Sum of RGB (Red+Green+Blue) = 162+32+186=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 32 (12.89% from 255 or 8.42% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #A220BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A220BA is #5DDF45. Grayscale: #575757. Windows color (decimal): -6152006 or 12198050. OLE color: 12198050.

HSL color Cylindrical-coordinate representation of color #A220BA: hue angle of 290.65º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A220BA is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 32 186 -
CMYK 0.13 0.83 0 0.27
HSL 290.65º 0.71% 0.43% -
HSV(B) 290.65º 0.83% 0.73% -
XYZ 24.28 12.26 47.54 -
YUV 88.43 183.07 180.48 -
System Red Green Blue C M Y K H S L
Decimal 162 32 186 0.13 0.83 0 0.27 290.65 0.71 0.43
Hex A2 20 BA D 53 0 1B 123 47 2B
Octal 242 40 272 15 123 0 33 443 107 53
Binary 10100010 100000 10111010 1101 1010011 0 11011 100100011 1000111 101011

Color Harmonies of #A220BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A220BA

Black with #A220BA

Text Example


Text Example

White with #A220BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A220BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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