Html Css Color HEX #A024AB Dark Orchid

📋 copy color: '#A024AB'

red 160 ◦ green 36 ◦ blue 171

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

Shades of Dark Orchid #A024AB

Tints of Dark Orchid #A024AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.59%

R = 43.6%
G = 9.81%
B = 46.59%

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

#A024AB (or 0xA024AB) is known color: Dark Orchid. HEX triplet: A0, 24 and AB. RGB value is (160,36,171). Sum of RGB (Red+Green+Blue) = 160+36+171=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 36 (14.45% from 255 or 9.81% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #A024AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A024AB is #5FDB54. Grayscale: #585858. Windows color (decimal): -6282069 or 11216032. OLE color: 11216032.

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

Color convert

RGB 160 36 171 -
CMYK 0.06 0.79 0 0.33
HSL 295.11º 0.65% 0.41% -
HSV(B) 295.11º 0.79% 0.67% -
XYZ 22.48 11.68 39.6 -
YUV 88.47 174.58 179.02 -
System Red Green Blue C M Y K H S L
Decimal 160 36 171 0.06 0.79 0 0.33 295.11 0.65 0.41
Hex A0 24 AB 6 4F 0 21 127 41 29
Octal 240 44 253 6 117 0 41 447 101 51
Binary 10100000 100100 10101011 110 1001111 0 100001 100100111 1000001 101001

Color Harmonies of #A024AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A024AB

Black with #A024AB

Text Example


Text Example

White with #A024AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A024AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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