Html Css Color HEX #A65DBA Deep Lilac

📋 copy color: '#A65DBA'

red 166 ◦ green 93 ◦ blue 186

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

Shades of Deep Lilac #A65DBA

Tints of Deep Lilac #A65DBA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.9%

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

R = 37.3%
G = 20.9%
B = 41.8%

CMYK

 C value IS 0.11

 M value IS 0.5

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A65DBA (or 0xA65DBA) is known color: Deep Lilac. HEX triplet: A6, 5D and BA. RGB value is (166,93,186). Sum of RGB (Red+Green+Blue) = 166+93+186=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 93 (36.72% from 255 or 20.90% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #A65DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65DBA is #59A245. Grayscale: #7D7D7D. Windows color (decimal): -5874246 or 12213670. OLE color: 12213670.

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

Color convert

RGB 166 93 186 -
CMYK 0.11 0.5 0 0.27
HSL 287.1º 0.4% 0.55% -
HSV(B) 287.1º 0.5% 0.73% -
XYZ 28.5 19.48 48.71 -
YUV 125.43 162.18 156.94 -
System Red Green Blue C M Y K H S L
Decimal 166 93 186 0.11 0.5 0 0.27 287.1 0.4 0.55
Hex A6 5D BA B 32 0 1B 11F 28 37
Octal 246 135 272 13 62 0 33 437 50 67
Binary 10100110 1011101 10111010 1011 110010 0 11011 100011111 101000 110111

Color Harmonies of #A65DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65DBA

Black with #A65DBA

Text Example


Text Example

White with #A65DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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