Html Css Color HEX #A968BB Deep Lilac

📋 copy color: '#A968BB'

red 169 ◦ green 104 ◦ blue 187

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

Shades of Deep Lilac #A968BB

Tints of Deep Lilac #A968BB

RGB

 RED value IS 169 (66.41% from 255) = 36.74%

 GREEN value IS 104 (41.02% from 255) = 22.61%

 BLUE value IS 187 (73.44% from 255) = 40.65%

R = 36.74%
G = 22.61%
B = 40.65%

CMYK

 C value IS 0.10

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A968BB (or 0xA968BB) is known color: Deep Lilac. HEX triplet: A9, 68 and BB. RGB value is (169,104,187). Sum of RGB (Red+Green+Blue) = 169+104+187=460 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.74% from 460); Green value is 104 (41.02% from 255 or 22.61% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 187 - color contains mainly: blue. Hex color #A968BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A968BB is #569744. Grayscale: #848484. Windows color (decimal): -5674821 or 12282025. OLE color: 12282025.

HSL color Cylindrical-coordinate representation of color #A968BB: hue angle of 286.99º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A968BB is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 169 104 187 -
CMYK 0.10 0.44 0 0.27
HSL 286.99º 0.38% 0.57% -
HSV(B) 286.99º 0.44% 0.73% -
XYZ 30.28 21.92 49.65 -
YUV 132.9 158.53 153.75 -
System Red Green Blue C M Y K H S L
Decimal 169 104 187 0.10 0.44 0 0.27 286.99 0.38 0.57
Hex A9 68 BB A 2C 0 1B 11F 26 39
Octal 251 150 273 12 54 0 33 437 46 71
Binary 10101001 1101000 10111011 1010 101100 0 11011 100011111 100110 111001

Color Harmonies of #A968BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A968BB

Black with #A968BB

Text Example


Text Example

White with #A968BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A968BB; }

 p { color: rgb(169,104,187); }

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

background-color css

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

 a { background-color: rgb(169,104,187); }

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

border-color css

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

 span { border-color: rgb(169,104,187); }

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