Html Css Color HEX #A965BA Deep Lilac

📋 copy color: '#A965BA'

red 169 ◦ green 101 ◦ blue 186

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

Shades of Deep Lilac #A965BA

Tints of Deep Lilac #A965BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.79%

R = 37.06%
G = 22.15%
B = 40.79%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A965BA (or 0xA965BA) is known color: Deep Lilac. HEX triplet: A9, 65 and BA. RGB value is (169,101,186). Sum of RGB (Red+Green+Blue) = 169+101+186=456 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.06% from 456); Green value is 101 (39.84% from 255 or 22.15% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #A965BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A965BA is #569A45. Grayscale: #828282. Windows color (decimal): -5675590 or 12215721. OLE color: 12215721.

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

Color convert

RGB 169 101 186 -
CMYK 0.09 0.46 0 0.27
HSL 288º 0.38% 0.56% -
HSV(B) 288º 0.46% 0.73% -
XYZ 29.88 21.29 48.99 -
YUV 131.02 159.03 155.09 -
System Red Green Blue C M Y K H S L
Decimal 169 101 186 0.09 0.46 0 0.27 288 0.38 0.56
Hex A9 65 BA 9 2E 0 1B 120 26 38
Octal 251 145 272 11 56 0 33 440 46 70
Binary 10101001 1100101 10111010 1001 101110 0 11011 100100000 100110 111000

Color Harmonies of #A965BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A965BA

Black with #A965BA

Text Example


Text Example

White with #A965BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A965BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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