Html Css Color HEX #A760B4 Deep Lilac

📋 copy color: '#A760B4'

red 167 ◦ green 96 ◦ blue 180

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

Shades of Deep Lilac #A760B4

Tints of Deep Lilac #A760B4

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.67%

 BLUE value IS 180 (70.7% from 255) = 40.63%

R = 37.7%
G = 21.67%
B = 40.63%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A760B4 (or 0xA760B4) is known color: Deep Lilac. HEX triplet: A7, 60 and B4. RGB value is (167,96,180). Sum of RGB (Red+Green+Blue) = 167+96+180=443 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.70% from 443); Green value is 96 (37.89% from 255 or 21.67% from 443); Blue value is 180 (70.70% from 255 or 40.63% from 443); Max value from RGB is 180 - color contains mainly: blue. Hex color #A760B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A760B4 is #589F4B. Grayscale: #7E7E7E. Windows color (decimal): -5807948 or 11821223. OLE color: 11821223.

HSL color Cylindrical-coordinate representation of color #A760B4: hue angle of 290.71º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A760B4 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 167 96 180 -
CMYK 0.07 0.47 0 0.29
HSL 290.71º 0.36% 0.54% -
HSV(B) 290.71º 0.47% 0.71% -
XYZ 28.36 19.88 45.52 -
YUV 126.81 158.02 156.67 -
System Red Green Blue C M Y K H S L
Decimal 167 96 180 0.07 0.47 0 0.29 290.71 0.36 0.54
Hex A7 60 B4 7 2F 0 1D 123 24 36
Octal 247 140 264 7 57 0 35 443 44 66
Binary 10100111 1100000 10110100 111 101111 0 11101 100100011 100100 110110

Color Harmonies of #A760B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A760B4

Black with #A760B4

Text Example


Text Example

White with #A760B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A760B4; }

 p { color: rgb(167,96,180); }

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

background-color css

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

 a { background-color: rgb(167,96,180); }

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

border-color css

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

 span { border-color: rgb(167,96,180); }

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