Html Css Color HEX #A65FBA Deep Lilac

📋 copy color: '#A65FBA'

red 166 ◦ green 95 ◦ blue 186

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

Shades of Deep Lilac #A65FBA

Tints of Deep Lilac #A65FBA

RGB

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

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

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

R = 37.14%
G = 21.25%
B = 41.61%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A65FBA (or 0xA65FBA) is known color: Deep Lilac. HEX triplet: A6, 5F and BA. RGB value is (166,95,186). Sum of RGB (Red+Green+Blue) = 166+95+186=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 95 (37.5% from 255 or 21.25% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #A65FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65FBA is #59A045. Grayscale: #7E7E7E. Windows color (decimal): -5873734 or 12214182. OLE color: 12214182.

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

Color convert

RGB 166 95 186 -
CMYK 0.11 0.49 0 0.27
HSL 286.81º 0.4% 0.55% -
HSV(B) 286.81º 0.49% 0.73% -
XYZ 28.68 19.84 48.77 -
YUV 126.6 161.52 156.1 -
System Red Green Blue C M Y K H S L
Decimal 166 95 186 0.11 0.49 0 0.27 286.81 0.4 0.55
Hex A6 5F BA B 31 0 1B 11F 28 37
Octal 246 137 272 13 61 0 33 437 50 67
Binary 10100110 1011111 10111010 1011 110001 0 11011 100011111 101000 110111

Color Harmonies of #A65FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65FBA

Black with #A65FBA

Text Example


Text Example

White with #A65FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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