Html Css Color HEX #AA18DF Dark Violet

📋 copy color: '#AA18DF'

red 170 ◦ green 24 ◦ blue 223

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

Shades of Dark Violet #AA18DF

Tints of Dark Violet #AA18DF

RGB

 RED value IS 170 (66.8% from 255) = 40.77%

 GREEN value IS 24 (9.77% from 255) = 5.76%

 BLUE value IS 223 (87.5% from 255) = 53.48%

R = 40.77%
G = 5.76%
B = 53.48%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA18DF (or 0xAA18DF) is known color: Dark Violet. HEX triplet: AA, 18 and DF. RGB value is (170,24,223). Sum of RGB (Red+Green+Blue) = 170+24+223=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 24 (9.77% from 255 or 5.76% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA18DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA18DF is #55E720. Grayscale: #595959. Windows color (decimal): -5629729 or 14620842. OLE color: 14620842.

HSL color Cylindrical-coordinate representation of color #AA18DF: hue angle of 284.02º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA18DF is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 24 223 -
CMYK 0.24 0.89 0 0.13
HSL 284.02º 0.81% 0.48% -
HSV(B) 284.02º 0.89% 0.87% -
XYZ 30.22 14.53 71.02 -
YUV 90.34 202.87 184.82 -
System Red Green Blue C M Y K H S L
Decimal 170 24 223 0.24 0.89 0 0.13 284.02 0.81 0.48
Hex AA 18 DF 18 59 0 D 11C 51 30
Octal 252 30 337 30 131 0 15 434 121 60
Binary 10101010 11000 11011111 11000 1011001 0 1101 100011100 1010001 110000

Color Harmonies of #AA18DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA18DF

Black with #AA18DF

Text Example


Text Example

White with #AA18DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA18DF; }

 p { color: rgb(170,24,223); }

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

background-color css

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

 a { background-color: rgb(170,24,223); }

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

border-color css

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

 span { border-color: rgb(170,24,223); }

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