Html Css Color HEX #A229AD Dark Orchid

📋 copy color: '#A229AD'

red 162 ◦ green 41 ◦ blue 173

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

Shades of Dark Orchid #A229AD

Tints of Dark Orchid #A229AD

RGB

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

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

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

R = 43.09%
G = 10.9%
B = 46.01%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A229AD (or 0xA229AD) is known color: Dark Orchid. HEX triplet: A2, 29 and AD. RGB value is (162,41,173). Sum of RGB (Red+Green+Blue) = 162+41+173=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 41 (16.41% from 255 or 10.90% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 173 - color contains mainly: blue. Hex color #A229AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A229AD is #5DD652. Grayscale: #5B5B5B. Windows color (decimal): -6149715 or 11348386. OLE color: 11348386.

HSL color Cylindrical-coordinate representation of color #A229AD: hue angle of 295º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A229AD is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 162 41 173 -
CMYK 0.06 0.76 0 0.32
HSL 295º 0.62% 0.42% -
HSV(B) 295º 0.76% 0.68% -
XYZ 23.24 12.28 40.68 -
YUV 92.23 173.59 177.77 -
System Red Green Blue C M Y K H S L
Decimal 162 41 173 0.06 0.76 0 0.32 295 0.62 0.42
Hex A2 29 AD 6 4C 0 20 127 3E 2A
Octal 242 51 255 6 114 0 40 447 76 52
Binary 10100010 101001 10101101 110 1001100 0 100000 100100111 111110 101010

Color Harmonies of #A229AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A229AD

Black with #A229AD

Text Example


Text Example

White with #A229AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A229AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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