Html Css Color HEX #A65DBF Deep Lilac

📋 copy color: '#A65DBF'

red 166 ◦ green 93 ◦ blue 191

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

Shades of Deep Lilac #A65DBF

Tints of Deep Lilac #A65DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.44%

R = 36.89%
G = 20.67%
B = 42.44%

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

#A65DBF (or 0xA65DBF) is known color: Deep Lilac. HEX triplet: A6, 5D and BF. RGB value is (166,93,191). Sum of RGB (Red+Green+Blue) = 166+93+191=450 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.89% from 450); Green value is 93 (36.72% from 255 or 20.67% from 450); Blue value is 191 (75% from 255 or 42.44% from 450); Max value from RGB is 191 - color contains mainly: blue. Hex color #A65DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65DBF is #59A240. Grayscale: #7D7D7D. Windows color (decimal): -5874241 or 12541350. OLE color: 12541350.

HSL color Cylindrical-coordinate representation of color #A65DBF: hue angle of 284.69º degrees, saturation: 0.43, 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 #A65DBF is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 93 191 -
CMYK 0.13 0.51 0 0.25
HSL 284.69º 0.43% 0.56% -
HSV(B) 284.69º 0.51% 0.75% -
XYZ 29.04 19.7 51.56 -
YUV 126 164.68 156.53 -
System Red Green Blue C M Y K H S L
Decimal 166 93 191 0.13 0.51 0 0.25 284.69 0.43 0.56
Hex A6 5D BF D 33 0 19 11D 2B 38
Octal 246 135 277 15 63 0 31 435 53 70
Binary 10100110 1011101 10111111 1101 110011 0 11001 100011101 101011 111000

Color Harmonies of #A65DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65DBF

Black with #A65DBF

Text Example


Text Example

White with #A65DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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