Html Css Color HEX #A066AF Deep Lilac

📋 copy color: '#A066AF'

red 160 ◦ green 102 ◦ blue 175

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

Shades of Deep Lilac #A066AF

Tints of Deep Lilac #A066AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.05%

R = 36.61%
G = 23.34%
B = 40.05%

CMYK

 C value IS 0.09

 M value IS 0.42

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A066AF (or 0xA066AF) is known color: Deep Lilac. HEX triplet: A0, 66 and AF. RGB value is (160,102,175). Sum of RGB (Red+Green+Blue) = 160+102+175=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 102 (40.23% from 255 or 23.34% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 175 - color contains mainly: blue. Hex color #A066AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A066AF is #5F9950. Grayscale: #7F7F7F. Windows color (decimal): -6265169 or 11495072. OLE color: 11495072.

HSL color Cylindrical-coordinate representation of color #A066AF: hue angle of 287.67º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A066AF is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 102 175 -
CMYK 0.09 0.42 0 0.31
HSL 287.67º 0.31% 0.54% -
HSV(B) 287.67º 0.42% 0.69% -
XYZ 26.99 20.07 43.01 -
YUV 127.66 154.72 151.06 -
System Red Green Blue C M Y K H S L
Decimal 160 102 175 0.09 0.42 0 0.31 287.67 0.31 0.54
Hex A0 66 AF 9 2A 0 1F 120 1F 36
Octal 240 146 257 11 52 0 37 440 37 66
Binary 10100000 1100110 10101111 1001 101010 0 11111 100100000 11111 110110

Color Harmonies of #A066AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A066AF

Black with #A066AF

Text Example


Text Example

White with #A066AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A066AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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