Html Css Color HEX #A222AD Dark Orchid

📋 copy color: '#A222AD'

red 162 ◦ green 34 ◦ blue 173

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

Shades of Dark Orchid #A222AD

Tints of Dark Orchid #A222AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 46.88%

R = 43.9%
G = 9.21%
B = 46.88%

CMYK

 C value IS 0.06

 M value IS 0.80

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A222AD (or 0xA222AD) is known color: Dark Orchid. HEX triplet: A2, 22 and AD. RGB value is (162,34,173). Sum of RGB (Red+Green+Blue) = 162+34+173=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 34 (13.67% from 255 or 9.21% from 369); Blue value is 173 (67.97% from 255 or 46.88% from 369); Max value from RGB is 173 - color contains mainly: blue. Hex color #A222AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A222AD is #5DDD52. Grayscale: #575757. Windows color (decimal): -6151507 or 11346594. OLE color: 11346594.

HSL color Cylindrical-coordinate representation of color #A222AD: hue angle of 295.25º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A222AD is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 162 34 173 -
CMYK 0.06 0.80 0 0.32
HSL 295.25º 0.67% 0.41% -
HSV(B) 295.25º 0.8% 0.68% -
XYZ 23.02 11.84 40.61 -
YUV 88.12 175.91 180.7 -
System Red Green Blue C M Y K H S L
Decimal 162 34 173 0.06 0.80 0 0.32 295.25 0.67 0.41
Hex A2 22 AD 6 50 0 20 127 43 29
Octal 242 42 255 6 120 0 40 447 103 51
Binary 10100010 100010 10101101 110 1010000 0 100000 100100111 1000011 101001

Color Harmonies of #A222AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A222AD

Black with #A222AD

Text Example


Text Example

White with #A222AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A222AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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