Html Css Color HEX #A72BAB Dark Orchid

📋 copy color: '#A72BAB'

red 167 ◦ green 43 ◦ blue 171

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

Shades of Dark Orchid #A72BAB

Tints of Dark Orchid #A72BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.88%

R = 43.83%
G = 11.29%
B = 44.88%

CMYK

 C value IS 0.02

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A72BAB (or 0xA72BAB) is known color: Dark Orchid. HEX triplet: A7, 2B and AB. RGB value is (167,43,171). Sum of RGB (Red+Green+Blue) = 167+43+171=381 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.83% from 381); Green value is 43 (17.19% from 255 or 11.29% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #A72BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72BAB is #58D454. Grayscale: #5E5E5E. Windows color (decimal): -5821525 or 11217831. OLE color: 11217831.

HSL color Cylindrical-coordinate representation of color #A72BAB: hue angle of 298.12º 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 #A72BAB is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 167 43 171 -
CMYK 0.02 0.75 0 0.33
HSL 298.13º 0.6% 0.42% -
HSV(B) 298.13º 0.75% 0.67% -
XYZ 24.15 12.88 39.74 -
YUV 94.67 171.08 179.59 -
System Red Green Blue C M Y K H S L
Decimal 167 43 171 0.02 0.75 0 0.33 298.13 0.6 0.42
Hex A7 2B AB 2 4B 0 21 12A 3C 2A
Octal 247 53 253 2 113 0 41 452 74 52
Binary 10100111 101011 10101011 10 1001011 0 100001 100101010 111100 101010

Color Harmonies of #A72BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72BAB

Black with #A72BAB

Text Example


Text Example

White with #A72BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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