Html Css Color HEX #A450BB Deep Lilac

📋 copy color: '#A450BB'

red 164 ◦ green 80 ◦ blue 187

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

Shades of Deep Lilac #A450BB

Tints of Deep Lilac #A450BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.39%

R = 38.05%
G = 18.56%
B = 43.39%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A450BB (or 0xA450BB) is known color: Deep Lilac. HEX triplet: A4, 50 and BB. RGB value is (164,80,187). Sum of RGB (Red+Green+Blue) = 164+80+187=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 187 - color contains mainly: blue. Hex color #A450BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A450BB is #5BAF44. Grayscale: #747474. Windows color (decimal): -6008645 or 12275876. OLE color: 12275876.

HSL color Cylindrical-coordinate representation of color #A450BB: hue angle of 287.1º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A450BB is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 80 187 -
CMYK 0.12 0.57 0 0.27
HSL 287.1º 0.44% 0.52% -
HSV(B) 287.1º 0.57% 0.73% -
XYZ 27.15 17.22 48.91 -
YUV 117.31 167.33 161.3 -
System Red Green Blue C M Y K H S L
Decimal 164 80 187 0.12 0.57 0 0.27 287.1 0.44 0.52
Hex A4 50 BB C 39 0 1B 11F 2C 34
Octal 244 120 273 14 71 0 33 437 54 64
Binary 10100100 1010000 10111011 1100 111001 0 11011 100011111 101100 110100

Color Harmonies of #A450BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A450BB

Black with #A450BB

Text Example


Text Example

White with #A450BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A450BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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