Html Css Color HEX #A229AA Dark Orchid

📋 copy color: '#A229AA'

red 162 ◦ green 41 ◦ blue 170

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

Shades of Dark Orchid #A229AA

Tints of Dark Orchid #A229AA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.99%

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

R = 43.43%
G = 10.99%
B = 45.58%

CMYK

 C value IS 0.05

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A229AA (or 0xA229AA) is known color: Dark Orchid. HEX triplet: A2, 29 and AA. RGB value is (162,41,170). Sum of RGB (Red+Green+Blue) = 162+41+170=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 41 (16.41% from 255 or 10.99% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 170 - color contains mainly: blue. Hex color #A229AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A229AA is #5DD655. Grayscale: #5B5B5B. Windows color (decimal): -6149718 or 11151778. OLE color: 11151778.

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

Color convert

RGB 162 41 170 -
CMYK 0.05 0.76 0 0.33
HSL 296.28º 0.61% 0.41% -
HSV(B) 296.28º 0.76% 0.67% -
XYZ 22.95 12.17 39.17 -
YUV 91.89 172.09 178.01 -
System Red Green Blue C M Y K H S L
Decimal 162 41 170 0.05 0.76 0 0.33 296.28 0.61 0.41
Hex A2 29 AA 5 4C 0 21 128 3D 29
Octal 242 51 252 5 114 0 41 450 75 51
Binary 10100010 101001 10101010 101 1001100 0 100001 100101000 111101 101001

Color Harmonies of #A229AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A229AA

Black with #A229AA

Text Example


Text Example

White with #A229AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A229AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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