Html Css Color HEX #A665B4 Deep Lilac

📋 copy color: '#A665B4'

red 166 ◦ green 101 ◦ blue 180

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

Shades of Deep Lilac #A665B4

Tints of Deep Lilac #A665B4

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.6%

 BLUE value IS 180 (70.7% from 255) = 40.27%

R = 37.14%
G = 22.6%
B = 40.27%

CMYK

 C value IS 0.08

 M value IS 0.44

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A665B4 (or 0xA665B4) is known color: Deep Lilac. HEX triplet: A6, 65 and B4. RGB value is (166,101,180). Sum of RGB (Red+Green+Blue) = 166+101+180=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 101 (39.84% from 255 or 22.60% from 447); Blue value is 180 (70.70% from 255 or 40.27% from 447); Max value from RGB is 180 - color contains mainly: blue. Hex color #A665B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A665B4 is #599A4B. Grayscale: #818181. Windows color (decimal): -5872204 or 11822502. OLE color: 11822502.

HSL color Cylindrical-coordinate representation of color #A665B4: hue angle of 289.37º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A665B4 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 101 180 -
CMYK 0.08 0.44 0 0.29
HSL 289.37º 0.34% 0.55% -
HSV(B) 289.37º 0.44% 0.71% -
XYZ 28.62 20.71 45.67 -
YUV 129.44 156.53 154.08 -
System Red Green Blue C M Y K H S L
Decimal 166 101 180 0.08 0.44 0 0.29 289.37 0.34 0.55
Hex A6 65 B4 8 2C 0 1D 121 22 37
Octal 246 145 264 10 54 0 35 441 42 67
Binary 10100110 1100101 10110100 1000 101100 0 11101 100100001 100010 110111

Color Harmonies of #A665B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A665B4

Black with #A665B4

Text Example


Text Example

White with #A665B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A665B4; }

 p { color: rgb(166,101,180); }

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

background-color css

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

 a { background-color: rgb(166,101,180); }

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

border-color css

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

 span { border-color: rgb(166,101,180); }

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