Html Css Color HEX #A65EBE Deep Lilac

📋 copy color: '#A65EBE'

red 166 ◦ green 94 ◦ blue 190

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

Shades of Deep Lilac #A65EBE

Tints of Deep Lilac #A65EBE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.89%

 BLUE value IS 190 (74.61% from 255) = 42.22%

R = 36.89%
G = 20.89%
B = 42.22%

CMYK

 C value IS 0.13

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A65EBE (or 0xA65EBE) is known color: Deep Lilac. HEX triplet: A6, 5E and BE. RGB value is (166,94,190). Sum of RGB (Red+Green+Blue) = 166+94+190=450 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.89% from 450); Green value is 94 (37.11% from 255 or 20.89% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 190 - color contains mainly: blue. Hex color #A65EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65EBE is #59A141. Grayscale: #7E7E7E. Windows color (decimal): -5873986 or 12476070. OLE color: 12476070.

HSL color Cylindrical-coordinate representation of color #A65EBE: hue angle of 285º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A65EBE is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 94 190 -
CMYK 0.13 0.51 0 0.25
HSL 285º 0.42% 0.56% -
HSV(B) 285º 0.51% 0.75% -
XYZ 29.02 19.83 51.01 -
YUV 126.47 163.85 156.19 -
System Red Green Blue C M Y K H S L
Decimal 166 94 190 0.13 0.51 0 0.25 285 0.42 0.56
Hex A6 5E BE D 33 0 19 11D 2A 38
Octal 246 136 276 15 63 0 31 435 52 70
Binary 10100110 1011110 10111110 1101 110011 0 11001 100011101 101010 111000

Color Harmonies of #A65EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65EBE

Black with #A65EBE

Text Example


Text Example

White with #A65EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65EBE; }

 p { color: rgb(166,94,190); }

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

background-color css

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

 a { background-color: rgb(166,94,190); }

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

border-color css

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

 span { border-color: rgb(166,94,190); }

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