Html Css Color HEX #A65FBD Deep Lilac

📋 copy color: '#A65FBD'

red 166 ◦ green 95 ◦ blue 189

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

Shades of Deep Lilac #A65FBD

Tints of Deep Lilac #A65FBD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.11%

 BLUE value IS 189 (74.22% from 255) = 42%

R = 36.89%
G = 21.11%
B = 42%

CMYK

 C value IS 0.12

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A65FBD (or 0xA65FBD) is known color: Deep Lilac. HEX triplet: A6, 5F and BD. RGB value is (166,95,189). Sum of RGB (Red+Green+Blue) = 166+95+189=450 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.89% from 450); Green value is 95 (37.5% from 255 or 21.11% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 189 - color contains mainly: blue. Hex color #A65FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65FBD is #59A042. Grayscale: #7E7E7E. Windows color (decimal): -5873731 or 12410790. OLE color: 12410790.

HSL color Cylindrical-coordinate representation of color #A65FBD: hue angle of 285.32º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A65FBD is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 95 189 -
CMYK 0.12 0.50 0 0.26
HSL 285.32º 0.42% 0.56% -
HSV(B) 285.32º 0.5% 0.74% -
XYZ 29 19.97 50.47 -
YUV 126.95 163.02 155.86 -
System Red Green Blue C M Y K H S L
Decimal 166 95 189 0.12 0.50 0 0.26 285.32 0.42 0.56
Hex A6 5F BD C 32 0 1A 11D 2A 38
Octal 246 137 275 14 62 0 32 435 52 70
Binary 10100110 1011111 10111101 1100 110010 0 11010 100011101 101010 111000

Color Harmonies of #A65FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65FBD

Black with #A65FBD

Text Example


Text Example

White with #A65FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65FBD; }

 p { color: rgb(166,95,189); }

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

background-color css

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

 a { background-color: rgb(166,95,189); }

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

border-color css

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

 span { border-color: rgb(166,95,189); }

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