Html Css Color HEX #AA4FC1 Deep Lilac

📋 copy color: '#AA4FC1'

red 170 ◦ green 79 ◦ blue 193

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

Shades of Deep Lilac #AA4FC1

Tints of Deep Lilac #AA4FC1

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.87%

 BLUE value IS 193 (75.78% from 255) = 43.67%

R = 38.46%
G = 17.87%
B = 43.67%

CMYK

 C value IS 0.12

 M value IS 0.59

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AA4FC1 (or 0xAA4FC1) is known color: Deep Lilac. HEX triplet: AA, 4F and C1. RGB value is (170,79,193). Sum of RGB (Red+Green+Blue) = 170+79+193=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 79 (31.25% from 255 or 17.87% from 442); Blue value is 193 (75.78% from 255 or 43.67% from 442); Max value from RGB is 193 - color contains mainly: blue. Hex color #AA4FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4FC1 is #55B03E. Grayscale: #767676. Windows color (decimal): -5615679 or 12668842. OLE color: 12668842.

HSL color Cylindrical-coordinate representation of color #AA4FC1: hue angle of 287.89º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA4FC1 is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 79 193 -
CMYK 0.12 0.59 0 0.24
HSL 287.89º 0.48% 0.53% -
HSV(B) 287.89º 0.59% 0.76% -
XYZ 29 17.99 52.4 -
YUV 119.21 169.65 164.23 -
System Red Green Blue C M Y K H S L
Decimal 170 79 193 0.12 0.59 0 0.24 287.89 0.48 0.53
Hex AA 4F C1 C 3B 0 18 120 30 35
Octal 252 117 301 14 73 0 30 440 60 65
Binary 10101010 1001111 11000001 1100 111011 0 11000 100100000 110000 110101

Color Harmonies of #AA4FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4FC1

Black with #AA4FC1

Text Example


Text Example

White with #AA4FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4FC1; }

 p { color: rgb(170,79,193); }

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

background-color css

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

 a { background-color: rgb(170,79,193); }

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

border-color css

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

 span { border-color: rgb(170,79,193); }

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