Html Css Color HEX #A450CA Deep Lilac

📋 copy color: '#A450CA'

red 164 ◦ green 80 ◦ blue 202

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

Shades of Deep Lilac #A450CA

Tints of Deep Lilac #A450CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.29%

R = 36.77%
G = 17.94%
B = 45.29%

CMYK

 C value IS 0.19

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A450CA (or 0xA450CA) is known color: Deep Lilac. HEX triplet: A4, 50 and CA. RGB value is (164,80,202). Sum of RGB (Red+Green+Blue) = 164+80+202=446 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.77% from 446); Green value is 80 (31.64% from 255 or 17.94% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 202 - color contains mainly: blue. Hex color #A450CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A450CA is #5BAF35. Grayscale: #767676. Windows color (decimal): -6008630 or 13258916. OLE color: 13258916.

HSL color Cylindrical-coordinate representation of color #A450CA: hue angle of 281.31º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A450CA is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 164 80 202 -
CMYK 0.19 0.60 0 0.21
HSL 281.31º 0.54% 0.55% -
HSV(B) 281.31º 0.6% 0.79% -
XYZ 28.84 17.89 57.81 -
YUV 119.02 174.83 160.08 -
System Red Green Blue C M Y K H S L
Decimal 164 80 202 0.19 0.60 0 0.21 281.31 0.54 0.55
Hex A4 50 CA 13 3C 0 15 119 36 37
Octal 244 120 312 23 74 0 25 431 66 67
Binary 10100100 1010000 11001010 10011 111100 0 10101 100011001 110110 110111

Color Harmonies of #A450CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A450CA

Black with #A450CA

Text Example


Text Example

White with #A450CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A450CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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