Html Css Color HEX #A72AAC Dark Orchid

📋 copy color: '#A72AAC'

red 167 ◦ green 42 ◦ blue 172

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

Shades of Dark Orchid #A72AAC

Tints of Dark Orchid #A72AAC

RGB

 RED value IS 167 (65.63% from 255) = 43.83%

 GREEN value IS 42 (16.8% from 255) = 11.02%

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

R = 43.83%
G = 11.02%
B = 45.14%

CMYK

 C value IS 0.03

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A72AAC (or 0xA72AAC) is known color: Dark Orchid. HEX triplet: A7, 2A and AC. RGB value is (167,42,172). Sum of RGB (Red+Green+Blue) = 167+42+172=381 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.83% from 381); Green value is 42 (16.80% from 255 or 11.02% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #A72AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72AAC is #58D553. Grayscale: #5D5D5D. Windows color (decimal): -5821780 or 11283111. OLE color: 11283111.

HSL color Cylindrical-coordinate representation of color #A72AAC: hue angle of 297.69º degrees, saturation: 0.61, 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 #A72AAC is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 167 42 172 -
CMYK 0.03 0.76 0 0.33
HSL 297.69º 0.61% 0.42% -
HSV(B) 297.69º 0.76% 0.67% -
XYZ 24.21 12.85 40.23 -
YUV 94.2 171.91 179.93 -
System Red Green Blue C M Y K H S L
Decimal 167 42 172 0.03 0.76 0 0.33 297.69 0.61 0.42
Hex A7 2A AC 3 4C 0 21 12A 3D 2A
Octal 247 52 254 3 114 0 41 452 75 52
Binary 10100111 101010 10101100 11 1001100 0 100001 100101010 111101 101010

Color Harmonies of #A72AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72AAC

Black with #A72AAC

Text Example


Text Example

White with #A72AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72AAC; }

 p { color: rgb(167,42,172); }

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

background-color css

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

 a { background-color: rgb(167,42,172); }

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

border-color css

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

 span { border-color: rgb(167,42,172); }

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