Html Css Color HEX #A765BE Deep Lilac

📋 copy color: '#A765BE'

red 167 ◦ green 101 ◦ blue 190

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

Shades of Deep Lilac #A765BE

Tints of Deep Lilac #A765BE

RGB

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

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

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

R = 36.46%
G = 22.05%
B = 41.48%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A765BE (or 0xA765BE) is known color: Deep Lilac. HEX triplet: A7, 65 and BE. RGB value is (167,101,190). Sum of RGB (Red+Green+Blue) = 167+101+190=458 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.46% from 458); Green value is 101 (39.84% from 255 or 22.05% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 190 - color contains mainly: blue. Hex color #A765BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A765BE is #589A41. Grayscale: #828282. Windows color (decimal): -5806658 or 12477863. OLE color: 12477863.

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

Color convert

RGB 167 101 190 -
CMYK 0.12 0.47 0 0.25
HSL 284.49º 0.41% 0.57% -
HSV(B) 284.49º 0.47% 0.75% -
XYZ 29.88 21.24 51.24 -
YUV 130.88 161.37 153.76 -
System Red Green Blue C M Y K H S L
Decimal 167 101 190 0.12 0.47 0 0.25 284.49 0.41 0.57
Hex A7 65 BE C 2F 0 19 11C 29 39
Octal 247 145 276 14 57 0 31 434 51 71
Binary 10100111 1100101 10111110 1100 101111 0 11001 100011100 101001 111001

Color Harmonies of #A765BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A765BE

Black with #A765BE

Text Example


Text Example

White with #A765BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A765BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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