Html Css Color HEX #A65ACC Deep Lilac

📋 copy color: '#A65ACC'

red 166 ◦ green 90 ◦ blue 204

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

Shades of Deep Lilac #A65ACC

Tints of Deep Lilac #A65ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.35%

R = 36.09%
G = 19.57%
B = 44.35%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A65ACC (or 0xA65ACC) is known color: Deep Lilac. HEX triplet: A6, 5A and CC. RGB value is (166,90,204). Sum of RGB (Red+Green+Blue) = 166+90+204=460 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.09% from 460); Green value is 90 (35.55% from 255 or 19.57% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #A65ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65ACC is #59A533. Grayscale: #7D7D7D. Windows color (decimal): -5874996 or 13392550. OLE color: 13392550.

HSL color Cylindrical-coordinate representation of color #A65ACC: hue angle of 280º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A65ACC is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 166 90 204 -
CMYK 0.19 0.56 0 0.2
HSL 280º 0.53% 0.58% -
HSV(B) 280º 0.56% 0.8% -
XYZ 30.28 19.78 59.35 -
YUV 125.72 172.18 156.73 -
System Red Green Blue C M Y K H S L
Decimal 166 90 204 0.19 0.56 0 0.2 280 0.53 0.58
Hex A6 5A CC 13 38 0 14 118 35 3A
Octal 246 132 314 23 70 0 24 430 65 72
Binary 10100110 1011010 11001100 10011 111000 0 10100 100011000 110101 111010

Color Harmonies of #A65ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65ACC

Black with #A65ACC

Text Example


Text Example

White with #A65ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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