Html Css Color HEX #A72BAC Dark Orchid

📋 copy color: '#A72BAC'

red 167 ◦ green 43 ◦ blue 172

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

Shades of Dark Orchid #A72BAC

Tints of Dark Orchid #A72BAC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.26%

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

R = 43.72%
G = 11.26%
B = 45.03%

CMYK

 C value IS 0.03

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A72BAC (or 0xA72BAC) is known color: Dark Orchid. HEX triplet: A7, 2B and AC. RGB value is (167,43,172). Sum of RGB (Red+Green+Blue) = 167+43+172=382 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.72% from 382); Green value is 43 (17.19% from 255 or 11.26% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #A72BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72BAC is #58D453. Grayscale: #5E5E5E. Windows color (decimal): -5821524 or 11283367. OLE color: 11283367.

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

Color convert

RGB 167 43 172 -
CMYK 0.03 0.75 0 0.33
HSL 297.67º 0.6% 0.42% -
HSV(B) 297.67º 0.75% 0.67% -
XYZ 24.25 12.92 40.25 -
YUV 94.78 171.58 179.51 -
System Red Green Blue C M Y K H S L
Decimal 167 43 172 0.03 0.75 0 0.33 297.67 0.6 0.42
Hex A7 2B AC 3 4B 0 21 12A 3C 2A
Octal 247 53 254 3 113 0 41 452 74 52
Binary 10100111 101011 10101100 11 1001011 0 100001 100101010 111100 101010

Color Harmonies of #A72BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72BAC

Black with #A72BAC

Text Example


Text Example

White with #A72BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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