Html Css Color HEX #A222BD Dark Orchid

📋 copy color: '#A222BD'

red 162 ◦ green 34 ◦ blue 189

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

Shades of Dark Orchid #A222BD

Tints of Dark Orchid #A222BD

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.83%

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

R = 42.08%
G = 8.83%
B = 49.09%

CMYK

 C value IS 0.14

 M value IS 0.82

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A222BD (or 0xA222BD) is known color: Dark Orchid. HEX triplet: A2, 22 and BD. RGB value is (162,34,189). Sum of RGB (Red+Green+Blue) = 162+34+189=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 34 (13.67% from 255 or 8.83% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #A222BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A222BD is #5DDD42. Grayscale: #595959. Windows color (decimal): -6151491 or 12395170. OLE color: 12395170.

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

Color convert

RGB 162 34 189 -
CMYK 0.14 0.82 0 0.26
HSL 289.55º 0.7% 0.44% -
HSV(B) 289.55º 0.82% 0.74% -
XYZ 24.66 12.5 49.26 -
YUV 89.94 183.91 179.4 -
System Red Green Blue C M Y K H S L
Decimal 162 34 189 0.14 0.82 0 0.26 289.55 0.7 0.44
Hex A2 22 BD E 52 0 1A 122 46 2C
Octal 242 42 275 16 122 0 32 442 106 54
Binary 10100010 100010 10111101 1110 1010010 0 11010 100100010 1000110 101100

Color Harmonies of #A222BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A222BD

Black with #A222BD

Text Example


Text Example

White with #A222BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A222BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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