Html Css Color HEX #A72DAB Dark Orchid

📋 copy color: '#A72DAB'

red 167 ◦ green 45 ◦ blue 171

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

Shades of Dark Orchid #A72DAB

Tints of Dark Orchid #A72DAB

RGB

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

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

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

R = 43.6%
G = 11.75%
B = 44.65%

CMYK

 C value IS 0.02

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A72DAB (or 0xA72DAB) is known color: Dark Orchid. HEX triplet: A7, 2D and AB. RGB value is (167,45,171). Sum of RGB (Red+Green+Blue) = 167+45+171=383 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.60% from 383); Green value is 45 (17.97% from 255 or 11.75% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #A72DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72DAB is #58D254. Grayscale: #5F5F5F. Windows color (decimal): -5821013 or 11218343. OLE color: 11218343.

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

Color convert

RGB 167 45 171 -
CMYK 0.02 0.74 0 0.33
HSL 298.1º 0.58% 0.42% -
HSV(B) 298.1º 0.74% 0.67% -
XYZ 24.23 13.03 39.77 -
YUV 95.84 170.42 178.75 -
System Red Green Blue C M Y K H S L
Decimal 167 45 171 0.02 0.74 0 0.33 298.1 0.58 0.42
Hex A7 2D AB 2 4A 0 21 12A 3A 2A
Octal 247 55 253 2 112 0 41 452 72 52
Binary 10100111 101101 10101011 10 1001010 0 100001 100101010 111010 101010

Color Harmonies of #A72DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72DAB

Black with #A72DAB

Text Example


Text Example

White with #A72DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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