Html Css Color HEX #A724AE Dark Orchid

📋 copy color: '#A724AE'

red 167 ◦ green 36 ◦ blue 174

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

Shades of Dark Orchid #A724AE

Tints of Dark Orchid #A724AE

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.55%

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

R = 44.3%
G = 9.55%
B = 46.15%

CMYK

 C value IS 0.04

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A724AE (or 0xA724AE) is known color: Dark Orchid. HEX triplet: A7, 24 and AE. RGB value is (167,36,174). Sum of RGB (Red+Green+Blue) = 167+36+174=377 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.30% from 377); Green value is 36 (14.45% from 255 or 9.55% from 377); Blue value is 174 (68.36% from 255 or 46.15% from 377); Max value from RGB is 174 - color contains mainly: blue. Hex color #A724AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A724AE is #58DB51. Grayscale: #5A5A5A. Windows color (decimal): -5823314 or 11412647. OLE color: 11412647.

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

Color convert

RGB 167 36 174 -
CMYK 0.04 0.79 0 0.32
HSL 296.96º 0.66% 0.41% -
HSV(B) 296.96º 0.79% 0.68% -
XYZ 24.21 12.53 41.19 -
YUV 90.9 174.9 182.28 -
System Red Green Blue C M Y K H S L
Decimal 167 36 174 0.04 0.79 0 0.32 296.96 0.66 0.41
Hex A7 24 AE 4 4F 0 20 129 42 29
Octal 247 44 256 4 117 0 40 451 102 51
Binary 10100111 100100 10101110 100 1001111 0 100000 100101001 1000010 101001

Color Harmonies of #A724AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A724AE

Black with #A724AE

Text Example


Text Example

White with #A724AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A724AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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