Html Css Color HEX #A72CAE Dark Orchid

📋 copy color: '#A72CAE'

red 167 ◦ green 44 ◦ blue 174

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

Shades of Dark Orchid #A72CAE

Tints of Dark Orchid #A72CAE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.43%

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

R = 43.38%
G = 11.43%
B = 45.19%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A72CAE (or 0xA72CAE) is known color: Dark Orchid. HEX triplet: A7, 2C and AE. RGB value is (167,44,174). Sum of RGB (Red+Green+Blue) = 167+44+174=385 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.38% from 385); Green value is 44 (17.58% from 255 or 11.43% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 174 - color contains mainly: blue. Hex color #A72CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72CAE is #58D351. Grayscale: #5F5F5F. Windows color (decimal): -5821266 or 11414695. OLE color: 11414695.

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

Color convert

RGB 167 44 174 -
CMYK 0.04 0.75 0 0.32
HSL 296.77º 0.6% 0.43% -
HSV(B) 296.77º 0.75% 0.68% -
XYZ 24.48 13.07 41.28 -
YUV 95.6 172.25 178.93 -
System Red Green Blue C M Y K H S L
Decimal 167 44 174 0.04 0.75 0 0.32 296.77 0.6 0.43
Hex A7 2C AE 4 4B 0 20 129 3C 2B
Octal 247 54 256 4 113 0 40 451 74 53
Binary 10100111 101100 10101110 100 1001011 0 100000 100101001 111100 101011

Color Harmonies of #A72CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72CAE

Black with #A72CAE

Text Example


Text Example

White with #A72CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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