Html Css Color HEX #A066B7 Deep Lilac

📋 copy color: '#A066B7'

red 160 ◦ green 102 ◦ blue 183

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

Shades of Deep Lilac #A066B7

Tints of Deep Lilac #A066B7

RGB

 RED value IS 160 (62.89% from 255) = 35.96%

 GREEN value IS 102 (40.23% from 255) = 22.92%

 BLUE value IS 183 (71.88% from 255) = 41.12%

R = 35.96%
G = 22.92%
B = 41.12%

CMYK

 C value IS 0.13

 M value IS 0.44

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A066B7 (or 0xA066B7) is known color: Deep Lilac. HEX triplet: A0, 66 and B7. RGB value is (160,102,183). Sum of RGB (Red+Green+Blue) = 160+102+183=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 102 (40.23% from 255 or 22.92% from 445); Blue value is 183 (71.88% from 255 or 41.12% from 445); Max value from RGB is 183 - color contains mainly: blue. Hex color #A066B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A066B7 is #5F9948. Grayscale: #808080. Windows color (decimal): -6265161 or 12019360. OLE color: 12019360.

HSL color Cylindrical-coordinate representation of color #A066B7: hue angle of 282.96º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A066B7 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 160 102 183 -
CMYK 0.13 0.44 0 0.28
HSL 282.96º 0.36% 0.56% -
HSV(B) 282.96º 0.44% 0.72% -
XYZ 27.8 20.4 47.27 -
YUV 128.58 158.72 150.41 -
System Red Green Blue C M Y K H S L
Decimal 160 102 183 0.13 0.44 0 0.28 282.96 0.36 0.56
Hex A0 66 B7 D 2C 0 1C 11B 24 38
Octal 240 146 267 15 54 0 34 433 44 70
Binary 10100000 1100110 10110111 1101 101100 0 11100 100011011 100100 111000

Color Harmonies of #A066B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A066B7

Black with #A066B7

Text Example


Text Example

White with #A066B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A066B7; }

 p { color: rgb(160,102,183); }

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

background-color css

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

 a { background-color: rgb(160,102,183); }

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

border-color css

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

 span { border-color: rgb(160,102,183); }

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