Html Css Color HEX #A450C1 Deep Lilac

📋 copy color: '#A450C1'

red 164 ◦ green 80 ◦ blue 193

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

Shades of Deep Lilac #A450C1

Tints of Deep Lilac #A450C1

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.31%

 BLUE value IS 193 (75.78% from 255) = 44.16%

R = 37.53%
G = 18.31%
B = 44.16%

CMYK

 C value IS 0.15

 M value IS 0.59

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A450C1 (or 0xA450C1) is known color: Deep Lilac. HEX triplet: A4, 50 and C1. RGB value is (164,80,193). Sum of RGB (Red+Green+Blue) = 164+80+193=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 80 (31.64% from 255 or 18.31% from 437); Blue value is 193 (75.78% from 255 or 44.16% from 437); Max value from RGB is 193 - color contains mainly: blue. Hex color #A450C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A450C1 is #5BAF3E. Grayscale: #757575. Windows color (decimal): -6008639 or 12669092. OLE color: 12669092.

HSL color Cylindrical-coordinate representation of color #A450C1: hue angle of 284.6º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A450C1 is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 164 80 193 -
CMYK 0.15 0.59 0 0.24
HSL 284.6º 0.48% 0.54% -
HSV(B) 284.6º 0.59% 0.76% -
XYZ 27.8 17.48 52.36 -
YUV 118 170.33 160.81 -
System Red Green Blue C M Y K H S L
Decimal 164 80 193 0.15 0.59 0 0.24 284.6 0.48 0.54
Hex A4 50 C1 F 3B 0 18 11D 30 36
Octal 244 120 301 17 73 0 30 435 60 66
Binary 10100100 1010000 11000001 1111 111011 0 11000 100011101 110000 110110

Color Harmonies of #A450C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A450C1

Black with #A450C1

Text Example


Text Example

White with #A450C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A450C1; }

 p { color: rgb(164,80,193); }

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

background-color css

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

 a { background-color: rgb(164,80,193); }

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

border-color css

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

 span { border-color: rgb(164,80,193); }

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