Html Css Color HEX #A220BC Dark Orchid

📋 copy color: '#A220BC'

red 162 ◦ green 32 ◦ blue 188

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

Shades of Dark Orchid #A220BC

Tints of Dark Orchid #A220BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.21%

R = 42.41%
G = 8.38%
B = 49.21%

CMYK

 C value IS 0.14

 M value IS 0.83

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A220BC (or 0xA220BC) is known color: Dark Orchid. HEX triplet: A2, 20 and BC. RGB value is (162,32,188). Sum of RGB (Red+Green+Blue) = 162+32+188=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 32 (12.89% from 255 or 8.38% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #A220BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A220BC is #5DDF43. Grayscale: #585858. Windows color (decimal): -6152004 or 12329122. OLE color: 12329122.

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

Color convert

RGB 162 32 188 -
CMYK 0.14 0.83 0 0.26
HSL 290º 0.71% 0.43% -
HSV(B) 290º 0.83% 0.74% -
XYZ 24.49 12.35 48.67 -
YUV 88.65 184.07 180.32 -
System Red Green Blue C M Y K H S L
Decimal 162 32 188 0.14 0.83 0 0.26 290 0.71 0.43
Hex A2 20 BC E 53 0 1A 122 47 2B
Octal 242 40 274 16 123 0 32 442 107 53
Binary 10100010 100000 10111100 1110 1010011 0 11010 100100010 1000111 101011

Color Harmonies of #A220BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A220BC

Black with #A220BC

Text Example


Text Example

White with #A220BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A220BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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