Html Css Color HEX #A765BD Deep Lilac

📋 copy color: '#A765BD'

red 167 ◦ green 101 ◦ blue 189

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

Shades of Deep Lilac #A765BD

Tints of Deep Lilac #A765BD

RGB

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

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

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

R = 36.54%
G = 22.1%
B = 41.36%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A765BD (or 0xA765BD) is known color: Deep Lilac. HEX triplet: A7, 65 and BD. RGB value is (167,101,189). Sum of RGB (Red+Green+Blue) = 167+101+189=457 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.54% from 457); Green value is 101 (39.84% from 255 or 22.10% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 189 - color contains mainly: blue. Hex color #A765BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A765BD is #589A42. Grayscale: #828282. Windows color (decimal): -5806659 or 12412327. OLE color: 12412327.

HSL color Cylindrical-coordinate representation of color #A765BD: hue angle of 285º 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 #A765BD is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 167 101 189 -
CMYK 0.12 0.47 0 0.26
HSL 285º 0.4% 0.57% -
HSV(B) 285º 0.47% 0.74% -
XYZ 29.78 21.2 50.67 -
YUV 130.77 160.87 153.84 -
System Red Green Blue C M Y K H S L
Decimal 167 101 189 0.12 0.47 0 0.26 285 0.4 0.57
Hex A7 65 BD C 2F 0 1A 11D 28 39
Octal 247 145 275 14 57 0 32 435 50 71
Binary 10100111 1100101 10111101 1100 101111 0 11010 100011101 101000 111001

Color Harmonies of #A765BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A765BD

Black with #A765BD

Text Example


Text Example

White with #A765BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A765BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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