Html Css Color HEX #A72DAE Dark Orchid

📋 copy color: '#A72DAE'

red 167 ◦ green 45 ◦ blue 174

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

Shades of Dark Orchid #A72DAE

Tints of Dark Orchid #A72DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.08%

R = 43.26%
G = 11.66%
B = 45.08%

CMYK

 C value IS 0.04

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A72DAE (or 0xA72DAE) is known color: Dark Orchid. HEX triplet: A7, 2D and AE. RGB value is (167,45,174). Sum of RGB (Red+Green+Blue) = 167+45+174=386 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.26% from 386); Green value is 45 (17.97% from 255 or 11.66% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 174 - color contains mainly: blue. Hex color #A72DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72DAE is #58D251. Grayscale: #5F5F5F. Windows color (decimal): -5821010 or 11414951. OLE color: 11414951.

HSL color Cylindrical-coordinate representation of color #A72DAE: hue angle of 296.74º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A72DAE is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 167 45 174 -
CMYK 0.04 0.74 0 0.32
HSL 296.74º 0.59% 0.43% -
HSV(B) 296.74º 0.74% 0.68% -
XYZ 24.51 13.15 41.29 -
YUV 96.18 171.92 178.51 -
System Red Green Blue C M Y K H S L
Decimal 167 45 174 0.04 0.74 0 0.32 296.74 0.59 0.43
Hex A7 2D AE 4 4A 0 20 129 3B 2B
Octal 247 55 256 4 112 0 40 451 73 53
Binary 10100111 101101 10101110 100 1001010 0 100000 100101001 111011 101011

Color Harmonies of #A72DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72DAE

Black with #A72DAE

Text Example


Text Example

White with #A72DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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