Html Css Color HEX #A455BF Deep Lilac

📋 copy color: '#A455BF'

red 164 ◦ green 85 ◦ blue 191

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

Shades of Deep Lilac #A455BF

Tints of Deep Lilac #A455BF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.32%

 BLUE value IS 191 (75% from 255) = 43.41%

R = 37.27%
G = 19.32%
B = 43.41%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A455BF (or 0xA455BF) is known color: Deep Lilac. HEX triplet: A4, 55 and BF. RGB value is (164,85,191). Sum of RGB (Red+Green+Blue) = 164+85+191=440 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.27% from 440); Green value is 85 (33.59% from 255 or 19.32% from 440); Blue value is 191 (75% from 255 or 43.41% from 440); Max value from RGB is 191 - color contains mainly: blue. Hex color #A455BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A455BF is #5BAA40. Grayscale: #787878. Windows color (decimal): -6007361 or 12539300. OLE color: 12539300.

HSL color Cylindrical-coordinate representation of color #A455BF: hue angle of 284.72º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A455BF is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 85 191 -
CMYK 0.14 0.55 0 0.25
HSL 284.72º 0.45% 0.54% -
HSV(B) 284.72º 0.55% 0.75% -
XYZ 27.96 18.15 51.32 -
YUV 120.71 167.67 158.88 -
System Red Green Blue C M Y K H S L
Decimal 164 85 191 0.14 0.55 0 0.25 284.72 0.45 0.54
Hex A4 55 BF E 37 0 19 11D 2D 36
Octal 244 125 277 16 67 0 31 435 55 66
Binary 10100100 1010101 10111111 1110 110111 0 11001 100011101 101101 110110

Color Harmonies of #A455BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A455BF

Black with #A455BF

Text Example


Text Example

White with #A455BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A455BF; }

 p { color: rgb(164,85,191); }

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

background-color css

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

 a { background-color: rgb(164,85,191); }

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

border-color css

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

 span { border-color: rgb(164,85,191); }

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