Html Css Color HEX #A454D0 Deep Lilac

📋 copy color: '#A454D0'

red 164 ◦ green 84 ◦ blue 208

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

Shades of Deep Lilac #A454D0

Tints of Deep Lilac #A454D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.61%

R = 35.96%
G = 18.42%
B = 45.61%

CMYK

 C value IS 0.21

 M value IS 0.60

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A454D0 (or 0xA454D0) is known color: Deep Lilac. HEX triplet: A4, 54 and D0. RGB value is (164,84,208). Sum of RGB (Red+Green+Blue) = 164+84+208=456 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.96% from 456); Green value is 84 (33.20% from 255 or 18.42% from 456); Blue value is 208 (81.64% from 255 or 45.61% from 456); Max value from RGB is 208 - color contains mainly: blue. Hex color #A454D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A454D0 is #5BAB2F. Grayscale: #797979. Windows color (decimal): -6007600 or 13653156. OLE color: 13653156.

HSL color Cylindrical-coordinate representation of color #A454D0: hue angle of 278.71º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A454D0 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 164 84 208 -
CMYK 0.21 0.60 0 0.18
HSL 278.71º 0.57% 0.57% -
HSV(B) 278.71º 0.6% 0.82% -
XYZ 29.87 18.79 61.73 -
YUV 122.06 176.5 157.92 -
System Red Green Blue C M Y K H S L
Decimal 164 84 208 0.21 0.60 0 0.18 278.71 0.57 0.57
Hex A4 54 D0 15 3C 0 12 117 39 39
Octal 244 124 320 25 74 0 22 427 71 71
Binary 10100100 1010100 11010000 10101 111100 0 10010 100010111 111001 111001

Color Harmonies of #A454D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A454D0

Black with #A454D0

Text Example


Text Example

White with #A454D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A454D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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