Html Css Color HEX #A450CC Deep Lilac

📋 copy color: '#A450CC'

red 164 ◦ green 80 ◦ blue 204

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

Shades of Deep Lilac #A450CC

Tints of Deep Lilac #A450CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.54%

R = 36.61%
G = 17.86%
B = 45.54%

CMYK

 C value IS 0.20

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A450CC (or 0xA450CC) is known color: Deep Lilac. HEX triplet: A4, 50 and CC. RGB value is (164,80,204). Sum of RGB (Red+Green+Blue) = 164+80+204=448 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.61% from 448); Green value is 80 (31.64% from 255 or 17.86% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #A450CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A450CC is #5BAF33. Grayscale: #767676. Windows color (decimal): -6008628 or 13389988. OLE color: 13389988.

HSL color Cylindrical-coordinate representation of color #A450CC: hue angle of 280.65º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A450CC is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 164 80 204 -
CMYK 0.20 0.61 0 0.2
HSL 280.65º 0.55% 0.56% -
HSV(B) 280.65º 0.61% 0.8% -
XYZ 29.08 17.99 59.07 -
YUV 119.25 175.83 159.92 -
System Red Green Blue C M Y K H S L
Decimal 164 80 204 0.20 0.61 0 0.2 280.65 0.55 0.56
Hex A4 50 CC 14 3D 0 14 119 37 38
Octal 244 120 314 24 75 0 24 431 67 70
Binary 10100100 1010000 11001100 10100 111101 0 10100 100011001 110111 111000

Color Harmonies of #A450CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A450CC

Black with #A450CC

Text Example


Text Example

White with #A450CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A450CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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