Html Css Color HEX #A22FAE Dark Orchid

📋 copy color: '#A22FAE'

red 162 ◦ green 47 ◦ blue 174

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

Shades of Dark Orchid #A22FAE

Tints of Dark Orchid #A22FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.43%

R = 42.3%
G = 12.27%
B = 45.43%

CMYK

 C value IS 0.07

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A22FAE (or 0xA22FAE) is known color: Dark Orchid. HEX triplet: A2, 2F and AE. RGB value is (162,47,174). Sum of RGB (Red+Green+Blue) = 162+47+174=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 47 (18.75% from 255 or 12.27% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 174 - color contains mainly: blue. Hex color #A22FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22FAE is #5DD051. Grayscale: #5F5F5F. Windows color (decimal): -6148178 or 11415458. OLE color: 11415458.

HSL color Cylindrical-coordinate representation of color #A22FAE: hue angle of 294.33º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A22FAE is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 162 47 174 -
CMYK 0.07 0.73 0 0.32
HSL 294.33º 0.57% 0.43% -
HSV(B) 294.33º 0.73% 0.68% -
XYZ 23.56 12.77 41.27 -
YUV 95.86 172.1 175.17 -
System Red Green Blue C M Y K H S L
Decimal 162 47 174 0.07 0.73 0 0.32 294.33 0.57 0.43
Hex A2 2F AE 7 49 0 20 126 39 2B
Octal 242 57 256 7 111 0 40 446 71 53
Binary 10100010 101111 10101110 111 1001001 0 100000 100100110 111001 101011

Color Harmonies of #A22FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22FAE

Black with #A22FAE

Text Example


Text Example

White with #A22FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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