Html Css Color HEX #A454C0 Deep Lilac

📋 copy color: '#A454C0'

red 164 ◦ green 84 ◦ blue 192

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

Shades of Deep Lilac #A454C0

Tints of Deep Lilac #A454C0

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.09%

 BLUE value IS 192 (75.39% from 255) = 43.64%

R = 37.27%
G = 19.09%
B = 43.64%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A454C0 (or 0xA454C0) is known color: Deep Lilac. HEX triplet: A4, 54 and C0. RGB value is (164,84,192). Sum of RGB (Red+Green+Blue) = 164+84+192=440 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.27% from 440); Green value is 84 (33.20% from 255 or 19.09% from 440); Blue value is 192 (75.39% from 255 or 43.64% from 440); Max value from RGB is 192 - color contains mainly: blue. Hex color #A454C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A454C0 is #5BAB3F. Grayscale: #777777. Windows color (decimal): -6007616 or 12604580. OLE color: 12604580.

HSL color Cylindrical-coordinate representation of color #A454C0: hue angle of 284.44º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A454C0 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 84 192 -
CMYK 0.15 0.56 0 0.25
HSL 284.44º 0.46% 0.54% -
HSV(B) 284.44º 0.56% 0.75% -
XYZ 27.99 18.04 51.88 -
YUV 120.23 168.5 159.22 -
System Red Green Blue C M Y K H S L
Decimal 164 84 192 0.15 0.56 0 0.25 284.44 0.46 0.54
Hex A4 54 C0 F 38 0 19 11C 2E 36
Octal 244 124 300 17 70 0 31 434 56 66
Binary 10100100 1010100 11000000 1111 111000 0 11001 100011100 101110 110110

Color Harmonies of #A454C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A454C0

Black with #A454C0

Text Example


Text Example

White with #A454C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A454C0; }

 p { color: rgb(164,84,192); }

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

background-color css

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

 a { background-color: rgb(164,84,192); }

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

border-color css

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

 span { border-color: rgb(164,84,192); }

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