Html Css Color HEX #A220BE Dark Orchid

📋 copy color: '#A220BE'

red 162 ◦ green 32 ◦ blue 190

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

Shades of Dark Orchid #A220BE

Tints of Dark Orchid #A220BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.48%

R = 42.19%
G = 8.33%
B = 49.48%

CMYK

 C value IS 0.15

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A220BE (or 0xA220BE) is known color: Dark Orchid. HEX triplet: A2, 20 and BE. RGB value is (162,32,190). Sum of RGB (Red+Green+Blue) = 162+32+190=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 32 (12.89% from 255 or 8.33% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #A220BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A220BE is #5DDF41. Grayscale: #585858. Windows color (decimal): -6152002 or 12460194. OLE color: 12460194.

HSL color Cylindrical-coordinate representation of color #A220BE: hue angle of 289.37º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A220BE is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 32 190 -
CMYK 0.15 0.83 0 0.25
HSL 289.37º 0.71% 0.44% -
HSV(B) 289.37º 0.83% 0.75% -
XYZ 24.71 12.43 49.81 -
YUV 88.88 185.07 180.15 -
System Red Green Blue C M Y K H S L
Decimal 162 32 190 0.15 0.83 0 0.25 289.37 0.71 0.44
Hex A2 20 BE F 53 0 19 121 47 2C
Octal 242 40 276 17 123 0 31 441 107 54
Binary 10100010 100000 10111110 1111 1010011 0 11001 100100001 1000111 101100

Color Harmonies of #A220BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A220BE

Black with #A220BE

Text Example


Text Example

White with #A220BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A220BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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