Html Css Color HEX #A72DAC Dark Orchid

📋 copy color: '#A72DAC'

red 167 ◦ green 45 ◦ blue 172

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

Shades of Dark Orchid #A72DAC

Tints of Dark Orchid #A72DAC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.72%

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

R = 43.49%
G = 11.72%
B = 44.79%

CMYK

 C value IS 0.03

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A72DAC (or 0xA72DAC) is known color: Dark Orchid. HEX triplet: A7, 2D and AC. RGB value is (167,45,172). Sum of RGB (Red+Green+Blue) = 167+45+172=384 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.49% from 384); Green value is 45 (17.97% from 255 or 11.72% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: blue. Hex color #A72DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72DAC is #58D253. Grayscale: #5F5F5F. Windows color (decimal): -5821012 or 11283879. OLE color: 11283879.

HSL color Cylindrical-coordinate representation of color #A72DAC: hue angle of 297.64º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A72DAC is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 167 45 172 -
CMYK 0.03 0.74 0 0.33
HSL 297.64º 0.59% 0.43% -
HSV(B) 297.64º 0.74% 0.67% -
XYZ 24.32 13.07 40.27 -
YUV 95.96 170.92 178.67 -
System Red Green Blue C M Y K H S L
Decimal 167 45 172 0.03 0.74 0 0.33 297.64 0.59 0.43
Hex A7 2D AC 3 4A 0 21 12A 3B 2B
Octal 247 55 254 3 112 0 41 452 73 53
Binary 10100111 101101 10101100 11 1001010 0 100001 100101010 111011 101011

Color Harmonies of #A72DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72DAC

Black with #A72DAC

Text Example


Text Example

White with #A72DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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