Html Css Color HEX #A65FBE Deep Lilac

📋 copy color: '#A65FBE'

red 166 ◦ green 95 ◦ blue 190

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

Shades of Deep Lilac #A65FBE

Tints of Deep Lilac #A65FBE

RGB

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

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

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

R = 36.81%
G = 21.06%
B = 42.13%

CMYK

 C value IS 0.13

 M value IS 0.5

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A65FBE (or 0xA65FBE) is known color: Deep Lilac. HEX triplet: A6, 5F and BE. RGB value is (166,95,190). Sum of RGB (Red+Green+Blue) = 166+95+190=451 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.81% from 451); Green value is 95 (37.5% from 255 or 21.06% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: blue. Hex color #A65FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65FBE is #59A041. Grayscale: #7E7E7E. Windows color (decimal): -5873730 or 12476326. OLE color: 12476326.

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

Color convert

RGB 166 95 190 -
CMYK 0.13 0.5 0 0.25
HSL 284.84º 0.42% 0.56% -
HSV(B) 284.84º 0.5% 0.75% -
XYZ 29.11 20.01 51.04 -
YUV 127.06 163.52 155.78 -
System Red Green Blue C M Y K H S L
Decimal 166 95 190 0.13 0.5 0 0.25 284.84 0.42 0.56
Hex A6 5F BE D 32 0 19 11D 2A 38
Octal 246 137 276 15 62 0 31 435 52 70
Binary 10100110 1011111 10111110 1101 110010 0 11001 100011101 101010 111000

Color Harmonies of #A65FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65FBE

Black with #A65FBE

Text Example


Text Example

White with #A65FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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