Html Css Color HEX #A024AA Dark Orchid

📋 copy color: '#A024AA'

red 160 ◦ green 36 ◦ blue 170

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

Shades of Dark Orchid #A024AA

Tints of Dark Orchid #A024AA

RGB

 RED value IS 160 (62.89% from 255) = 43.72%

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

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

R = 43.72%
G = 9.84%
B = 46.45%

CMYK

 C value IS 0.06

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A024AA (or 0xA024AA) is known color: Dark Orchid. HEX triplet: A0, 24 and AA. RGB value is (160,36,170). Sum of RGB (Red+Green+Blue) = 160+36+170=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 36 (14.45% from 255 or 9.84% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 170 - color contains mainly: blue. Hex color #A024AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A024AA is #5FDB55. Grayscale: #575757. Windows color (decimal): -6282070 or 11150496. OLE color: 11150496.

HSL color Cylindrical-coordinate representation of color #A024AA: hue angle of 295.52º 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 #A024AA is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 36 170 -
CMYK 0.06 0.79 0 0.33
HSL 295.52º 0.65% 0.4% -
HSV(B) 295.52º 0.79% 0.67% -
XYZ 22.38 11.64 39.1 -
YUV 88.35 174.08 179.1 -
System Red Green Blue C M Y K H S L
Decimal 160 36 170 0.06 0.79 0 0.33 295.52 0.65 0.4
Hex A0 24 AA 6 4F 0 21 128 41 28
Octal 240 44 252 6 117 0 41 450 101 50
Binary 10100000 100100 10101010 110 1001111 0 100001 100101000 1000001 101000

Color Harmonies of #A024AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A024AA

Black with #A024AA

Text Example


Text Example

White with #A024AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A024AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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