Html Css Color HEX #A964BC Deep Lilac

📋 copy color: '#A964BC'

red 169 ◦ green 100 ◦ blue 188

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

Shades of Deep Lilac #A964BC

Tints of Deep Lilac #A964BC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.88%

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

R = 36.98%
G = 21.88%
B = 41.14%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A964BC (or 0xA964BC) is known color: Deep Lilac. HEX triplet: A9, 64 and BC. RGB value is (169,100,188). Sum of RGB (Red+Green+Blue) = 169+100+188=457 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.98% from 457); Green value is 100 (39.45% from 255 or 21.88% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 188 - color contains mainly: blue. Hex color #A964BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A964BC is #569B43. Grayscale: #828282. Windows color (decimal): -5675844 or 12346537. OLE color: 12346537.

HSL color Cylindrical-coordinate representation of color #A964BC: hue angle of 287.05º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A964BC is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 169 100 188 -
CMYK 0.10 0.47 0 0.26
HSL 287.05º 0.4% 0.56% -
HSV(B) 287.05º 0.47% 0.74% -
XYZ 30 21.18 50.08 -
YUV 130.66 160.36 155.34 -
System Red Green Blue C M Y K H S L
Decimal 169 100 188 0.10 0.47 0 0.26 287.05 0.4 0.56
Hex A9 64 BC A 2F 0 1A 11F 28 38
Octal 251 144 274 12 57 0 32 437 50 70
Binary 10101001 1100100 10111100 1010 101111 0 11010 100011111 101000 111000

Color Harmonies of #A964BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A964BC

Black with #A964BC

Text Example


Text Example

White with #A964BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A964BC; }

 p { color: rgb(169,100,188); }

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

background-color css

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

 a { background-color: rgb(169,100,188); }

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

border-color css

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

 span { border-color: rgb(169,100,188); }

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