Html Css Color HEX #A229AC Dark Orchid

📋 copy color: '#A229AC'

red 162 ◦ green 41 ◦ blue 172

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

Shades of Dark Orchid #A229AC

Tints of Dark Orchid #A229AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.87%

R = 43.2%
G = 10.93%
B = 45.87%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A229AC (or 0xA229AC) is known color: Dark Orchid. HEX triplet: A2, 29 and AC. RGB value is (162,41,172). Sum of RGB (Red+Green+Blue) = 162+41+172=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 41 (16.41% from 255 or 10.93% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 172 - color contains mainly: blue. Hex color #A229AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A229AC is #5DD653. Grayscale: #5B5B5B. Windows color (decimal): -6149716 or 11282850. OLE color: 11282850.

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

Color convert

RGB 162 41 172 -
CMYK 0.06 0.76 0 0.33
HSL 295.42º 0.62% 0.42% -
HSV(B) 295.42º 0.76% 0.67% -
XYZ 23.14 12.25 40.17 -
YUV 92.11 173.09 177.85 -
System Red Green Blue C M Y K H S L
Decimal 162 41 172 0.06 0.76 0 0.33 295.42 0.62 0.42
Hex A2 29 AC 6 4C 0 21 127 3E 2A
Octal 242 51 254 6 114 0 41 447 76 52
Binary 10100010 101001 10101100 110 1001100 0 100001 100100111 111110 101010

Color Harmonies of #A229AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A229AC

Black with #A229AC

Text Example


Text Example

White with #A229AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A229AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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