Html Css Color HEX #A458BC Deep Lilac

📋 copy color: '#A458BC'

red 164 ◦ green 88 ◦ blue 188

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

Shades of Deep Lilac #A458BC

Tints of Deep Lilac #A458BC

RGB

 RED value IS 164 (64.45% from 255) = 37.27%

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

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

R = 37.27%
G = 20%
B = 42.73%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A458BC (or 0xA458BC) is known color: Deep Lilac. HEX triplet: A4, 58 and BC. RGB value is (164,88,188). Sum of RGB (Red+Green+Blue) = 164+88+188=440 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.27% from 440); Green value is 88 (34.77% from 255 or 20% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 188 - color contains mainly: blue. Hex color #A458BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A458BC is #5BA743. Grayscale: #797979. Windows color (decimal): -6006596 or 12343460. OLE color: 12343460.

HSL color Cylindrical-coordinate representation of color #A458BC: hue angle of 285.6º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A458BC is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 88 188 -
CMYK 0.13 0.53 0 0.26
HSL 285.6º 0.43% 0.54% -
HSV(B) 285.6º 0.53% 0.74% -
XYZ 27.88 18.5 49.68 -
YUV 122.12 165.18 157.87 -
System Red Green Blue C M Y K H S L
Decimal 164 88 188 0.13 0.53 0 0.26 285.6 0.43 0.54
Hex A4 58 BC D 35 0 1A 11E 2B 36
Octal 244 130 274 15 65 0 32 436 53 66
Binary 10100100 1011000 10111100 1101 110101 0 11010 100011110 101011 110110

Color Harmonies of #A458BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A458BC

Black with #A458BC

Text Example


Text Example

White with #A458BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A458BC; }

 p { color: rgb(164,88,188); }

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

background-color css

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

 a { background-color: rgb(164,88,188); }

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

border-color css

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

 span { border-color: rgb(164,88,188); }

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