Html Css Color HEX #A221BD Dark Orchid

📋 copy color: '#A221BD'

red 162 ◦ green 33 ◦ blue 189

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

Shades of Dark Orchid #A221BD

Tints of Dark Orchid #A221BD

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.59%

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

R = 42.19%
G = 8.59%
B = 49.22%

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

#A221BD (or 0xA221BD) is known color: Dark Orchid. HEX triplet: A2, 21 and BD. RGB value is (162,33,189). Sum of RGB (Red+Green+Blue) = 162+33+189=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 33 (13.28% from 255 or 8.59% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #A221BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A221BD is #5DDE42. Grayscale: #585858. Windows color (decimal): -6151747 or 12394914. OLE color: 12394914.

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

Color convert

RGB 162 33 189 -
CMYK 0.14 0.83 0 0.26
HSL 289.62º 0.7% 0.44% -
HSV(B) 289.62º 0.83% 0.74% -
XYZ 24.63 12.44 49.25 -
YUV 89.36 184.24 179.82 -
System Red Green Blue C M Y K H S L
Decimal 162 33 189 0.14 0.83 0 0.26 289.62 0.7 0.44
Hex A2 21 BD E 53 0 1A 122 46 2C
Octal 242 41 275 16 123 0 32 442 106 54
Binary 10100010 100001 10111101 1110 1010011 0 11010 100100010 1000110 101100

Color Harmonies of #A221BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A221BD

Black with #A221BD

Text Example


Text Example

White with #A221BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A221BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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