Html Css Color HEX #A965BE Deep Lilac

📋 copy color: '#A965BE'

red 169 ◦ green 101 ◦ blue 190

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

Shades of Deep Lilac #A965BE

Tints of Deep Lilac #A965BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.3%

R = 36.74%
G = 21.96%
B = 41.3%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A965BE (or 0xA965BE) is known color: Deep Lilac. HEX triplet: A9, 65 and BE. RGB value is (169,101,190). Sum of RGB (Red+Green+Blue) = 169+101+190=460 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.74% from 460); Green value is 101 (39.84% from 255 or 21.96% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 190 - color contains mainly: blue. Hex color #A965BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A965BE is #569A41. Grayscale: #838383. Windows color (decimal): -5675586 or 12477865. OLE color: 12477865.

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

Color convert

RGB 169 101 190 -
CMYK 0.11 0.47 0 0.25
HSL 285.84º 0.41% 0.57% -
HSV(B) 285.84º 0.47% 0.75% -
XYZ 30.31 21.46 51.26 -
YUV 131.48 161.03 154.76 -
System Red Green Blue C M Y K H S L
Decimal 169 101 190 0.11 0.47 0 0.25 285.84 0.41 0.57
Hex A9 65 BE B 2F 0 19 11E 29 39
Octal 251 145 276 13 57 0 31 436 51 71
Binary 10101001 1100101 10111110 1011 101111 0 11001 100011110 101001 111001

Color Harmonies of #A965BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A965BE

Black with #A965BE

Text Example


Text Example

White with #A965BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A965BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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