Html Css Color HEX #A72AAB Dark Orchid

📋 copy color: '#A72AAB'

red 167 ◦ green 42 ◦ blue 171

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

Shades of Dark Orchid #A72AAB

Tints of Dark Orchid #A72AAB

RGB

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

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

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

R = 43.95%
G = 11.05%
B = 45%

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

#A72AAB (or 0xA72AAB) is known color: Dark Orchid. HEX triplet: A7, 2A and AB. RGB value is (167,42,171). Sum of RGB (Red+Green+Blue) = 167+42+171=380 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.95% from 380); Green value is 42 (16.80% from 255 or 11.05% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 171 - color contains mainly: blue. Hex color #A72AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72AAB is #58D554. Grayscale: #5D5D5D. Windows color (decimal): -5821781 or 11217575. OLE color: 11217575.

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

Color convert

RGB 167 42 171 -
CMYK 0.02 0.75 0 0.33
HSL 298.14º 0.61% 0.42% -
HSV(B) 298.14º 0.75% 0.67% -
XYZ 24.12 12.81 39.73 -
YUV 94.08 171.41 180.01 -
System Red Green Blue C M Y K H S L
Decimal 167 42 171 0.02 0.75 0 0.33 298.14 0.61 0.42
Hex A7 2A AB 2 4B 0 21 12A 3D 2A
Octal 247 52 253 2 113 0 41 452 75 52
Binary 10100111 101010 10101011 10 1001011 0 100001 100101010 111101 101010

Color Harmonies of #A72AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72AAB

Black with #A72AAB

Text Example


Text Example

White with #A72AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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