Html Css Color HEX #A458CA Deep Lilac

📋 copy color: '#A458CA'

red 164 ◦ green 88 ◦ blue 202

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

Shades of Deep Lilac #A458CA

Tints of Deep Lilac #A458CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.49%

R = 36.12%
G = 19.38%
B = 44.49%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A458CA (or 0xA458CA) is known color: Deep Lilac. HEX triplet: A4, 58 and CA. RGB value is (164,88,202). Sum of RGB (Red+Green+Blue) = 164+88+202=454 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.12% from 454); Green value is 88 (34.77% from 255 or 19.38% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #A458CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A458CA is #5BA735. Grayscale: #7B7B7B. Windows color (decimal): -6006582 or 13260964. OLE color: 13260964.

HSL color Cylindrical-coordinate representation of color #A458CA: hue angle of 280º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A458CA is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 164 88 202 -
CMYK 0.19 0.56 0 0.21
HSL 280º 0.52% 0.57% -
HSV(B) 280º 0.56% 0.79% -
XYZ 29.46 19.14 58.02 -
YUV 123.72 172.18 156.73 -
System Red Green Blue C M Y K H S L
Decimal 164 88 202 0.19 0.56 0 0.21 280 0.52 0.57
Hex A4 58 CA 13 38 0 15 118 34 39
Octal 244 130 312 23 70 0 25 430 64 71
Binary 10100100 1011000 11001010 10011 111000 0 10101 100011000 110100 111001

Color Harmonies of #A458CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A458CA

Black with #A458CA

Text Example


Text Example

White with #A458CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A458CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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