Html Css Color HEX #A45CCA Deep Lilac

📋 copy color: '#A45CCA'

red 164 ◦ green 92 ◦ blue 202

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

Shades of Deep Lilac #A45CCA

Tints of Deep Lilac #A45CCA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.09%

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

R = 35.81%
G = 20.09%
B = 44.1%

CMYK

 C value IS 0.19

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A45CCA (or 0xA45CCA) is known color: Deep Lilac. HEX triplet: A4, 5C and CA. RGB value is (164,92,202). Sum of RGB (Red+Green+Blue) = 164+92+202=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 92 (36.33% from 255 or 20.09% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #A45CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45CCA is #5BA335. Grayscale: #7D7D7D. Windows color (decimal): -6005558 or 13261988. OLE color: 13261988.

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

Color convert

RGB 164 92 202 -
CMYK 0.19 0.54 0 0.21
HSL 279.27º 0.51% 0.58% -
HSV(B) 279.27º 0.54% 0.79% -
XYZ 29.8 19.81 58.13 -
YUV 126.07 170.85 155.06 -
System Red Green Blue C M Y K H S L
Decimal 164 92 202 0.19 0.54 0 0.21 279.27 0.51 0.58
Hex A4 5C CA 13 36 0 15 117 33 3A
Octal 244 134 312 23 66 0 25 427 63 72
Binary 10100100 1011100 11001010 10011 110110 0 10101 100010111 110011 111010

Color Harmonies of #A45CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45CCA

Black with #A45CCA

Text Example


Text Example

White with #A45CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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