Html Css Color HEX #A724AA Dark Orchid

📋 copy color: '#A724AA'

red 167 ◦ green 36 ◦ blue 170

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

Shades of Dark Orchid #A724AA

Tints of Dark Orchid #A724AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 45.58%

R = 44.77%
G = 9.65%
B = 45.58%

CMYK

 C value IS 0.02

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A724AA (or 0xA724AA) is known color: Dark Orchid. HEX triplet: A7, 24 and AA. RGB value is (167,36,170). Sum of RGB (Red+Green+Blue) = 167+36+170=373 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.77% from 373); Green value is 36 (14.45% from 255 or 9.65% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 170 - color contains mainly: blue. Hex color #A724AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A724AA is #58DB55. Grayscale: #5A5A5A. Windows color (decimal): -5823318 or 11150503. OLE color: 11150503.

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

Color convert

RGB 167 36 170 -
CMYK 0.02 0.79 0 0.33
HSL 298.66º 0.65% 0.4% -
HSV(B) 298.66º 0.79% 0.67% -
XYZ 23.82 12.38 39.16 -
YUV 90.45 172.9 182.6 -
System Red Green Blue C M Y K H S L
Decimal 167 36 170 0.02 0.79 0 0.33 298.66 0.65 0.4
Hex A7 24 AA 2 4F 0 21 12B 41 28
Octal 247 44 252 2 117 0 41 453 101 50
Binary 10100111 100100 10101010 10 1001111 0 100001 100101011 1000001 101000

Color Harmonies of #A724AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A724AA

Black with #A724AA

Text Example


Text Example

White with #A724AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A724AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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