Html Css Color HEX #A72BAA Dark Orchid

📋 copy color: '#A72BAA'

red 167 ◦ green 43 ◦ blue 170

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

Shades of Dark Orchid #A72BAA

Tints of Dark Orchid #A72BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.74%

R = 43.95%
G = 11.32%
B = 44.74%

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

#A72BAA (or 0xA72BAA) is known color: Dark Orchid. HEX triplet: A7, 2B and AA. RGB value is (167,43,170). Sum of RGB (Red+Green+Blue) = 167+43+170=380 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.95% from 380); Green value is 43 (17.19% from 255 or 11.32% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 170 - color contains mainly: blue. Hex color #A72BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72BAA is #58D455. Grayscale: #5E5E5E. Windows color (decimal): -5821526 or 11152295. OLE color: 11152295.

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

Color convert

RGB 167 43 170 -
CMYK 0.02 0.75 0 0.33
HSL 298.58º 0.6% 0.42% -
HSV(B) 298.58º 0.75% 0.67% -
XYZ 24.06 12.85 39.24 -
YUV 94.55 170.58 179.67 -
System Red Green Blue C M Y K H S L
Decimal 167 43 170 0.02 0.75 0 0.33 298.58 0.6 0.42
Hex A7 2B AA 2 4B 0 21 12B 3C 2A
Octal 247 53 252 2 113 0 41 453 74 52
Binary 10100111 101011 10101010 10 1001011 0 100001 100101011 111100 101010

Color Harmonies of #A72BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72BAA

Black with #A72BAA

Text Example


Text Example

White with #A72BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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