Html Css Color HEX #A765BC Deep Lilac

📋 copy color: '#A765BC'

red 167 ◦ green 101 ◦ blue 188

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

Shades of Deep Lilac #A765BC

Tints of Deep Lilac #A765BC

RGB

 RED value IS 167 (65.63% from 255) = 36.62%

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

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

R = 36.62%
G = 22.15%
B = 41.23%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A765BC (or 0xA765BC) is known color: Deep Lilac. HEX triplet: A7, 65 and BC. RGB value is (167,101,188). Sum of RGB (Red+Green+Blue) = 167+101+188=456 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.62% from 456); Green value is 101 (39.84% from 255 or 22.15% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 188 - color contains mainly: blue. Hex color #A765BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A765BC is #589A43. Grayscale: #828282. Windows color (decimal): -5806660 or 12346791. OLE color: 12346791.

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

Color convert

RGB 167 101 188 -
CMYK 0.11 0.46 0 0.26
HSL 285.52º 0.39% 0.57% -
HSV(B) 285.52º 0.46% 0.74% -
XYZ 29.67 21.15 50.1 -
YUV 130.65 160.37 153.93 -
System Red Green Blue C M Y K H S L
Decimal 167 101 188 0.11 0.46 0 0.26 285.52 0.39 0.57
Hex A7 65 BC B 2E 0 1A 11E 27 39
Octal 247 145 274 13 56 0 32 436 47 71
Binary 10100111 1100101 10111100 1011 101110 0 11010 100011110 100111 111001

Color Harmonies of #A765BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A765BC

Black with #A765BC

Text Example


Text Example

White with #A765BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A765BC; }

 p { color: rgb(167,101,188); }

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

background-color css

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

 a { background-color: rgb(167,101,188); }

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

border-color css

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

 span { border-color: rgb(167,101,188); }

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