Html Css Color HEX #A220BD Dark Orchid

📋 copy color: '#A220BD'

red 162 ◦ green 32 ◦ blue 189

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

Shades of Dark Orchid #A220BD

Tints of Dark Orchid #A220BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.35%

R = 42.3%
G = 8.36%
B = 49.35%

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

#A220BD (or 0xA220BD) is known color: Dark Orchid. HEX triplet: A2, 20 and BD. RGB value is (162,32,189). Sum of RGB (Red+Green+Blue) = 162+32+189=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 32 (12.89% from 255 or 8.36% from 383); Blue value is 189 (74.22% from 255 or 49.35% from 383); Max value from RGB is 189 - color contains mainly: blue. Hex color #A220BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A220BD is #5DDF42. Grayscale: #585858. Windows color (decimal): -6152003 or 12394658. OLE color: 12394658.

HSL color Cylindrical-coordinate representation of color #A220BD: hue angle of 289.68º 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 #A220BD is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 32 189 -
CMYK 0.14 0.83 0 0.26
HSL 289.68º 0.71% 0.43% -
HSV(B) 289.68º 0.83% 0.74% -
XYZ 24.6 12.39 49.24 -
YUV 88.77 184.57 180.23 -
System Red Green Blue C M Y K H S L
Decimal 162 32 189 0.14 0.83 0 0.26 289.68 0.71 0.43
Hex A2 20 BD E 53 0 1A 122 47 2B
Octal 242 40 275 16 123 0 32 442 107 53
Binary 10100010 100000 10111101 1110 1010011 0 11010 100100010 1000111 101011

Color Harmonies of #A220BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A220BD

Black with #A220BD

Text Example


Text Example

White with #A220BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A220BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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