Html Css Color HEX #A65AB4 Deep Lilac

📋 copy color: '#A65AB4'

red 166 ◦ green 90 ◦ blue 180

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

Shades of Deep Lilac #A65AB4

Tints of Deep Lilac #A65AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 41.28%

R = 38.07%
G = 20.64%
B = 41.28%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A65AB4 (or 0xA65AB4) is known color: Deep Lilac. HEX triplet: A6, 5A and B4. RGB value is (166,90,180). Sum of RGB (Red+Green+Blue) = 166+90+180=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 90 (35.55% from 255 or 20.64% from 436); Blue value is 180 (70.70% from 255 or 41.28% from 436); Max value from RGB is 180 - color contains mainly: blue. Hex color #A65AB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65AB4 is #59A54B. Grayscale: #7A7A7A. Windows color (decimal): -5875020 or 11819686. OLE color: 11819686.

HSL color Cylindrical-coordinate representation of color #A65AB4: hue angle of 290.67º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A65AB4 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 90 180 -
CMYK 0.08 0.50 0 0.29
HSL 290.67º 0.38% 0.53% -
HSV(B) 290.67º 0.5% 0.71% -
XYZ 27.62 18.71 45.34 -
YUV 122.98 160.18 158.68 -
System Red Green Blue C M Y K H S L
Decimal 166 90 180 0.08 0.50 0 0.29 290.67 0.38 0.53
Hex A6 5A B4 8 32 0 1D 123 26 35
Octal 246 132 264 10 62 0 35 443 46 65
Binary 10100110 1011010 10110100 1000 110010 0 11101 100100011 100110 110101

Color Harmonies of #A65AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65AB4

Black with #A65AB4

Text Example


Text Example

White with #A65AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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