Html Css Color HEX #A222BA Dark Orchid

📋 copy color: '#A222BA'

red 162 ◦ green 34 ◦ blue 186

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

Shades of Dark Orchid #A222BA

Tints of Dark Orchid #A222BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.69%

R = 42.41%
G = 8.9%
B = 48.69%

CMYK

 C value IS 0.13

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A222BA (or 0xA222BA) is known color: Dark Orchid. HEX triplet: A2, 22 and BA. RGB value is (162,34,186). Sum of RGB (Red+Green+Blue) = 162+34+186=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 34 (13.67% from 255 or 8.90% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #A222BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A222BA is #5DDD45. Grayscale: #595959. Windows color (decimal): -6151494 or 12198562. OLE color: 12198562.

HSL color Cylindrical-coordinate representation of color #A222BA: hue angle of 290.53º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A222BA is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 34 186 -
CMYK 0.13 0.82 0 0.27
HSL 290.53º 0.69% 0.43% -
HSV(B) 290.53º 0.82% 0.73% -
XYZ 24.34 12.37 47.56 -
YUV 89.6 182.41 179.64 -
System Red Green Blue C M Y K H S L
Decimal 162 34 186 0.13 0.82 0 0.27 290.53 0.69 0.43
Hex A2 22 BA D 52 0 1B 123 45 2B
Octal 242 42 272 15 122 0 33 443 105 53
Binary 10100010 100010 10111010 1101 1010010 0 11011 100100011 1000101 101011

Color Harmonies of #A222BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A222BA

Black with #A222BA

Text Example


Text Example

White with #A222BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A222BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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