Html Css Color HEX #A758BA Deep Lilac

📋 copy color: '#A758BA'

red 167 ◦ green 88 ◦ blue 186

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

Shades of Deep Lilac #A758BA

Tints of Deep Lilac #A758BA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.95%

 BLUE value IS 186 (73.05% from 255) = 42.18%

R = 37.87%
G = 19.95%
B = 42.18%

CMYK

 C value IS 0.10

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A758BA (or 0xA758BA) is known color: Deep Lilac. HEX triplet: A7, 58 and BA. RGB value is (167,88,186). Sum of RGB (Red+Green+Blue) = 167+88+186=441 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.87% from 441); Green value is 88 (34.77% from 255 or 19.95% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #A758BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A758BA is #58A745. Grayscale: #7A7A7A. Windows color (decimal): -5809990 or 12212391. OLE color: 12212391.

HSL color Cylindrical-coordinate representation of color #A758BA: hue angle of 288.37º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A758BA is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 88 186 -
CMYK 0.10 0.53 0 0.27
HSL 288.37º 0.42% 0.54% -
HSV(B) 288.37º 0.53% 0.73% -
XYZ 28.29 18.74 48.58 -
YUV 122.79 163.67 159.53 -
System Red Green Blue C M Y K H S L
Decimal 167 88 186 0.10 0.53 0 0.27 288.37 0.42 0.54
Hex A7 58 BA A 35 0 1B 120 2A 36
Octal 247 130 272 12 65 0 33 440 52 66
Binary 10100111 1011000 10111010 1010 110101 0 11011 100100000 101010 110110

Color Harmonies of #A758BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A758BA

Black with #A758BA

Text Example


Text Example

White with #A758BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A758BA; }

 p { color: rgb(167,88,186); }

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

background-color css

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

 a { background-color: rgb(167,88,186); }

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

border-color css

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

 span { border-color: rgb(167,88,186); }

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