Html Css Color HEX #A65FC2 Deep Lilac

📋 copy color: '#A65FC2'

red 166 ◦ green 95 ◦ blue 194

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

Shades of Deep Lilac #A65FC2

Tints of Deep Lilac #A65FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 42.64%

R = 36.48%
G = 20.88%
B = 42.64%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A65FC2 (or 0xA65FC2) is known color: Deep Lilac. HEX triplet: A6, 5F and C2. RGB value is (166,95,194). Sum of RGB (Red+Green+Blue) = 166+95+194=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 95 (37.5% from 255 or 20.88% from 455); Blue value is 194 (76.17% from 255 or 42.64% from 455); Max value from RGB is 194 - color contains mainly: blue. Hex color #A65FC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65FC2 is #59A03D. Grayscale: #7F7F7F. Windows color (decimal): -5873726 or 12738470. OLE color: 12738470.

HSL color Cylindrical-coordinate representation of color #A65FC2: hue angle of 283.03º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A65FC2 is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 166 95 194 -
CMYK 0.14 0.51 0 0.24
HSL 283.03º 0.45% 0.57% -
HSV(B) 283.03º 0.51% 0.76% -
XYZ 29.56 20.19 53.38 -
YUV 127.52 165.52 155.45 -
System Red Green Blue C M Y K H S L
Decimal 166 95 194 0.14 0.51 0 0.24 283.03 0.45 0.57
Hex A6 5F C2 E 33 0 18 11B 2D 39
Octal 246 137 302 16 63 0 30 433 55 71
Binary 10100110 1011111 11000010 1110 110011 0 11000 100011011 101101 111001

Color Harmonies of #A65FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65FC2

Black with #A65FC2

Text Example


Text Example

White with #A65FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65FC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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