Html Css Color HEX #A65ABA Deep Lilac

📋 copy color: '#A65ABA'

red 166 ◦ green 90 ◦ blue 186

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

Shades of Deep Lilac #A65ABA

Tints of Deep Lilac #A65ABA

RGB

 RED value IS 166 (65.23% from 255) = 37.56%

 GREEN value IS 90 (35.55% from 255) = 20.36%

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

R = 37.56%
G = 20.36%
B = 42.08%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A65ABA (or 0xA65ABA) is known color: Deep Lilac. HEX triplet: A6, 5A and BA. RGB value is (166,90,186). Sum of RGB (Red+Green+Blue) = 166+90+186=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 90 (35.55% from 255 or 20.36% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #A65ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65ABA is #59A545. Grayscale: #7B7B7B. Windows color (decimal): -5875014 or 12212902. OLE color: 12212902.

HSL color Cylindrical-coordinate representation of color #A65ABA: hue angle of 287.5º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A65ABA is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 90 186 -
CMYK 0.11 0.52 0 0.27
HSL 287.5º 0.41% 0.54% -
HSV(B) 287.5º 0.52% 0.73% -
XYZ 28.24 18.96 48.63 -
YUV 123.67 163.18 158.19 -
System Red Green Blue C M Y K H S L
Decimal 166 90 186 0.11 0.52 0 0.27 287.5 0.41 0.54
Hex A6 5A BA B 34 0 1B 120 29 36
Octal 246 132 272 13 64 0 33 440 51 66
Binary 10100110 1011010 10111010 1011 110100 0 11011 100100000 101001 110110

Color Harmonies of #A65ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65ABA

Black with #A65ABA

Text Example


Text Example

White with #A65ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65ABA; }

 p { color: rgb(166,90,186); }

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

background-color css

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

 a { background-color: rgb(166,90,186); }

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

border-color css

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

 span { border-color: rgb(166,90,186); }

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