Html Css Color HEX #A965BD Deep Lilac

📋 copy color: '#A965BD'

red 169 ◦ green 101 ◦ blue 189

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

Shades of Deep Lilac #A965BD

Tints of Deep Lilac #A965BD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22%

 BLUE value IS 189 (74.22% from 255) = 41.18%

R = 36.82%
G = 22%
B = 41.18%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A965BD (or 0xA965BD) is known color: Deep Lilac. HEX triplet: A9, 65 and BD. RGB value is (169,101,189). Sum of RGB (Red+Green+Blue) = 169+101+189=459 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.82% from 459); Green value is 101 (39.84% from 255 or 22.00% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 189 - color contains mainly: blue. Hex color #A965BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A965BD is #569A42. Grayscale: #838383. Windows color (decimal): -5675587 or 12412329. OLE color: 12412329.

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

Color convert

RGB 169 101 189 -
CMYK 0.11 0.47 0 0.26
HSL 286.36º 0.4% 0.57% -
HSV(B) 286.36º 0.47% 0.74% -
XYZ 30.2 21.42 50.69 -
YUV 131.36 160.53 154.84 -
System Red Green Blue C M Y K H S L
Decimal 169 101 189 0.11 0.47 0 0.26 286.36 0.4 0.57
Hex A9 65 BD B 2F 0 1A 11E 28 39
Octal 251 145 275 13 57 0 32 436 50 71
Binary 10101001 1100101 10111101 1011 101111 0 11010 100011110 101000 111001

Color Harmonies of #A965BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A965BD

Black with #A965BD

Text Example


Text Example

White with #A965BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A965BD; }

 p { color: rgb(169,101,189); }

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

background-color css

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

 a { background-color: rgb(169,101,189); }

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

border-color css

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

 span { border-color: rgb(169,101,189); }

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