Html Css Color HEX #A65CBA Deep Lilac

📋 copy color: '#A65CBA'

red 166 ◦ green 92 ◦ blue 186

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

Shades of Deep Lilac #A65CBA

Tints of Deep Lilac #A65CBA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.72%

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

R = 37.39%
G = 20.72%
B = 41.89%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A65CBA (or 0xA65CBA) is known color: Deep Lilac. HEX triplet: A6, 5C and BA. RGB value is (166,92,186). Sum of RGB (Red+Green+Blue) = 166+92+186=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 92 (36.33% from 255 or 20.72% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #A65CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65CBA is #59A345. Grayscale: #7C7C7C. Windows color (decimal): -5874502 or 12213414. OLE color: 12213414.

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

Color convert

RGB 166 92 186 -
CMYK 0.11 0.51 0 0.27
HSL 287.23º 0.41% 0.55% -
HSV(B) 287.23º 0.51% 0.73% -
XYZ 28.42 19.31 48.68 -
YUV 124.84 162.52 157.36 -
System Red Green Blue C M Y K H S L
Decimal 166 92 186 0.11 0.51 0 0.27 287.23 0.41 0.55
Hex A6 5C BA B 33 0 1B 11F 29 37
Octal 246 134 272 13 63 0 33 437 51 67
Binary 10100110 1011100 10111010 1011 110011 0 11011 100011111 101001 110111

Color Harmonies of #A65CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65CBA

Black with #A65CBA

Text Example


Text Example

White with #A65CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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