Html Css Color HEX #A066BC Deep Lilac

📋 copy color: '#A066BC'

red 160 ◦ green 102 ◦ blue 188

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

Shades of Deep Lilac #A066BC

Tints of Deep Lilac #A066BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.78%

R = 35.56%
G = 22.67%
B = 41.78%

CMYK

 C value IS 0.15

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A066BC (or 0xA066BC) is known color: Deep Lilac. HEX triplet: A0, 66 and BC. RGB value is (160,102,188). Sum of RGB (Red+Green+Blue) = 160+102+188=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 102 (40.23% from 255 or 22.67% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 188 - color contains mainly: blue. Hex color #A066BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A066BC is #5F9943. Grayscale: #808080. Windows color (decimal): -6265156 or 12347040. OLE color: 12347040.

HSL color Cylindrical-coordinate representation of color #A066BC: hue angle of 280.47º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A066BC is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 102 188 -
CMYK 0.15 0.46 0 0.26
HSL 280.47º 0.39% 0.57% -
HSV(B) 280.47º 0.46% 0.74% -
XYZ 28.33 20.61 50.06 -
YUV 129.15 161.22 150.01 -
System Red Green Blue C M Y K H S L
Decimal 160 102 188 0.15 0.46 0 0.26 280.47 0.39 0.57
Hex A0 66 BC F 2E 0 1A 118 27 39
Octal 240 146 274 17 56 0 32 430 47 71
Binary 10100000 1100110 10111100 1111 101110 0 11010 100011000 100111 111001

Color Harmonies of #A066BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A066BC

Black with #A066BC

Text Example


Text Example

White with #A066BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A066BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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