Html Css Color HEX #AA3FBA Deep Lilac

📋 copy color: '#AA3FBA'

red 170 ◦ green 63 ◦ blue 186

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

Shades of Deep Lilac #AA3FBA

Tints of Deep Lilac #AA3FBA

RGB

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

 GREEN value IS 63 (25% from 255) = 15.04%

 BLUE value IS 186 (73.05% from 255) = 44.39%

R = 40.57%
G = 15.04%
B = 44.39%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA3FBA (or 0xAA3FBA) is known color: Deep Lilac. HEX triplet: AA, 3F and BA. RGB value is (170,63,186). Sum of RGB (Red+Green+Blue) = 170+63+186=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 63 (25% from 255 or 15.04% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA3FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3FBA is #55C045. Grayscale: #6C6C6C. Windows color (decimal): -5619782 or 12205994. OLE color: 12205994.

HSL color Cylindrical-coordinate representation of color #AA3FBA: hue angle of 292.2º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA3FBA is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 63 186 -
CMYK 0.09 0.66 0 0.27
HSL 292.2º 0.49% 0.49% -
HSV(B) 292.2º 0.66% 0.73% -
XYZ 27.22 15.65 48.04 -
YUV 109.02 171.45 171.5 -
System Red Green Blue C M Y K H S L
Decimal 170 63 186 0.09 0.66 0 0.27 292.2 0.49 0.49
Hex AA 3F BA 9 42 0 1B 124 31 31
Octal 252 77 272 11 102 0 33 444 61 61
Binary 10101010 111111 10111010 1001 1000010 0 11011 100100100 110001 110001

Color Harmonies of #AA3FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3FBA

Black with #AA3FBA

Text Example


Text Example

White with #AA3FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3FBA; }

 p { color: rgb(170,63,186); }

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

background-color css

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

 a { background-color: rgb(170,63,186); }

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

border-color css

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

 span { border-color: rgb(170,63,186); }

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