Html Css Color HEX #A222AF Dark Orchid

📋 copy color: '#A222AF'

red 162 ◦ green 34 ◦ blue 175

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

Shades of Dark Orchid #A222AF

Tints of Dark Orchid #A222AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.17%

R = 43.67%
G = 9.16%
B = 47.17%

CMYK

 C value IS 0.07

 M value IS 0.81

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A222AF (or 0xA222AF) is known color: Dark Orchid. HEX triplet: A2, 22 and AF. RGB value is (162,34,175). Sum of RGB (Red+Green+Blue) = 162+34+175=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 34 (13.67% from 255 or 9.16% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 175 - color contains mainly: blue. Hex color #A222AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A222AF is #5DDD50. Grayscale: #575757. Windows color (decimal): -6151505 or 11477666. OLE color: 11477666.

HSL color Cylindrical-coordinate representation of color #A222AF: hue angle of 294.47º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A222AF is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 162 34 175 -
CMYK 0.07 0.81 0 0.31
HSL 294.47º 0.67% 0.41% -
HSV(B) 294.47º 0.81% 0.69% -
XYZ 23.21 11.92 41.64 -
YUV 88.35 176.91 180.54 -
System Red Green Blue C M Y K H S L
Decimal 162 34 175 0.07 0.81 0 0.31 294.47 0.67 0.41
Hex A2 22 AF 7 51 0 1F 126 43 29
Octal 242 42 257 7 121 0 37 446 103 51
Binary 10100010 100010 10101111 111 1010001 0 11111 100100110 1000011 101001

Color Harmonies of #A222AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A222AF

Black with #A222AF

Text Example


Text Example

White with #A222AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A222AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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