Html Css Color HEX #A65AC1 Deep Lilac

📋 copy color: '#A65AC1'

red 166 ◦ green 90 ◦ blue 193

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

Shades of Deep Lilac #A65AC1

Tints of Deep Lilac #A65AC1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.04%

 BLUE value IS 193 (75.78% from 255) = 42.98%

R = 36.97%
G = 20.04%
B = 42.98%

CMYK

 C value IS 0.14

 M value IS 0.53

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A65AC1 (or 0xA65AC1) is known color: Deep Lilac. HEX triplet: A6, 5A and C1. RGB value is (166,90,193). Sum of RGB (Red+Green+Blue) = 166+90+193=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 90 (35.55% from 255 or 20.04% from 449); Blue value is 193 (75.78% from 255 or 42.98% from 449); Max value from RGB is 193 - color contains mainly: blue. Hex color #A65AC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65AC1 is #59A53E. Grayscale: #7C7C7C. Windows color (decimal): -5875007 or 12671654. OLE color: 12671654.

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

Color convert

RGB 166 90 193 -
CMYK 0.14 0.53 0 0.24
HSL 284.27º 0.45% 0.55% -
HSV(B) 284.27º 0.53% 0.76% -
XYZ 29.01 19.27 52.64 -
YUV 124.47 166.68 157.62 -
System Red Green Blue C M Y K H S L
Decimal 166 90 193 0.14 0.53 0 0.24 284.27 0.45 0.55
Hex A6 5A C1 E 35 0 18 11C 2D 37
Octal 246 132 301 16 65 0 30 434 55 67
Binary 10100110 1011010 11000001 1110 110101 0 11000 100011100 101101 110111

Color Harmonies of #A65AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65AC1

Black with #A65AC1

Text Example


Text Example

White with #A65AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65AC1; }

 p { color: rgb(166,90,193); }

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

background-color css

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

 a { background-color: rgb(166,90,193); }

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

border-color css

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

 span { border-color: rgb(166,90,193); }

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