Html Css Color HEX #A450CD Deep Lilac

📋 copy color: '#A450CD'

red 164 ◦ green 80 ◦ blue 205

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

Shades of Deep Lilac #A450CD

Tints of Deep Lilac #A450CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.66%

R = 36.53%
G = 17.82%
B = 45.66%

CMYK

 C value IS 0.2

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A450CD (or 0xA450CD) is known color: Deep Lilac. HEX triplet: A4, 50 and CD. RGB value is (164,80,205). Sum of RGB (Red+Green+Blue) = 164+80+205=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 80 (31.64% from 255 or 17.82% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #A450CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A450CD is #5BAF32. Grayscale: #767676. Windows color (decimal): -6008627 or 13455524. OLE color: 13455524.

HSL color Cylindrical-coordinate representation of color #A450CD: hue angle of 280.32º degrees, saturation: 0.56, 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 #A450CD is Cyan = 0.2, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 80 205 -
CMYK 0.2 0.61 0 0.20
HSL 280.32º 0.56% 0.56% -
HSV(B) 280.32º 0.61% 0.8% -
XYZ 29.2 18.04 59.7 -
YUV 119.37 176.33 159.84 -
System Red Green Blue C M Y K H S L
Decimal 164 80 205 0.2 0.61 0 0.20 280.32 0.56 0.56
Hex A4 50 CD 14 3D 0 14 118 38 38
Octal 244 120 315 24 75 0 24 430 70 70
Binary 10100100 1010000 11001101 10100 111101 0 10100 100011000 111000 111000

Color Harmonies of #A450CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A450CD

Black with #A450CD

Text Example


Text Example

White with #A450CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A450CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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