Html Css Color HEX #A724AC Dark Orchid

📋 copy color: '#A724AC'

red 167 ◦ green 36 ◦ blue 172

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

Shades of Dark Orchid #A724AC

Tints of Dark Orchid #A724AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.87%

R = 44.53%
G = 9.6%
B = 45.87%

CMYK

 C value IS 0.03

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A724AC (or 0xA724AC) is known color: Dark Orchid. HEX triplet: A7, 24 and AC. RGB value is (167,36,172). Sum of RGB (Red+Green+Blue) = 167+36+172=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 36 (14.45% from 255 or 9.6% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 172 - color contains mainly: blue. Hex color #A724AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A724AC is #58DB53. Grayscale: #5A5A5A. Windows color (decimal): -5823316 or 11281575. OLE color: 11281575.

HSL color Cylindrical-coordinate representation of color #A724AC: hue angle of 297.79º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A724AC is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 167 36 172 -
CMYK 0.03 0.79 0 0.33
HSL 297.79º 0.65% 0.41% -
HSV(B) 297.79º 0.79% 0.67% -
XYZ 24.01 12.46 40.17 -
YUV 90.67 173.9 182.44 -
System Red Green Blue C M Y K H S L
Decimal 167 36 172 0.03 0.79 0 0.33 297.79 0.65 0.41
Hex A7 24 AC 3 4F 0 21 12A 41 29
Octal 247 44 254 3 117 0 41 452 101 51
Binary 10100111 100100 10101100 11 1001111 0 100001 100101010 1000001 101001

Color Harmonies of #A724AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A724AC

Black with #A724AC

Text Example


Text Example

White with #A724AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A724AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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