Html Css Color HEX #A22FAA Dark Orchid

📋 copy color: '#A22FAA'

red 162 ◦ green 47 ◦ blue 170

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

Shades of Dark Orchid #A22FAA

Tints of Dark Orchid #A22FAA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.4%

 BLUE value IS 170 (66.8% from 255) = 44.85%

R = 42.74%
G = 12.4%
B = 44.85%

CMYK

 C value IS 0.05

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A22FAA (or 0xA22FAA) is known color: Dark Orchid. HEX triplet: A2, 2F and AA. RGB value is (162,47,170). Sum of RGB (Red+Green+Blue) = 162+47+170=379 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.74% from 379); Green value is 47 (18.75% from 255 or 12.40% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #A22FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22FAA is #5DD055. Grayscale: #5F5F5F. Windows color (decimal): -6148182 or 11153314. OLE color: 11153314.

HSL color Cylindrical-coordinate representation of color #A22FAA: hue angle of 296.1º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A22FAA is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 47 170 -
CMYK 0.05 0.72 0 0.33
HSL 296.1º 0.57% 0.43% -
HSV(B) 296.1º 0.72% 0.67% -
XYZ 23.17 12.62 39.24 -
YUV 95.41 170.1 175.5 -
System Red Green Blue C M Y K H S L
Decimal 162 47 170 0.05 0.72 0 0.33 296.1 0.57 0.43
Hex A2 2F AA 5 48 0 21 128 39 2B
Octal 242 57 252 5 110 0 41 450 71 53
Binary 10100010 101111 10101010 101 1001000 0 100001 100101000 111001 101011

Color Harmonies of #A22FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22FAA

Black with #A22FAA

Text Example


Text Example

White with #A22FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22FAA; }

 p { color: rgb(162,47,170); }

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

background-color css

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

 a { background-color: rgb(162,47,170); }

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

border-color css

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

 span { border-color: rgb(162,47,170); }

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