Html Css Color HEX #A460BE Deep Lilac

📋 copy color: '#A460BE'

red 164 ◦ green 96 ◦ blue 190

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

Shades of Deep Lilac #A460BE

Tints of Deep Lilac #A460BE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.33%

 BLUE value IS 190 (74.61% from 255) = 42.22%

R = 36.44%
G = 21.33%
B = 42.22%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A460BE (or 0xA460BE) is known color: Deep Lilac. HEX triplet: A4, 60 and BE. RGB value is (164,96,190). Sum of RGB (Red+Green+Blue) = 164+96+190=450 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.44% from 450); Green value is 96 (37.89% from 255 or 21.33% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 190 - color contains mainly: blue. Hex color #A460BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A460BE is #5B9F41. Grayscale: #7E7E7E. Windows color (decimal): -6004546 or 12476580. OLE color: 12476580.

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

Color convert

RGB 164 96 190 -
CMYK 0.14 0.49 0 0.25
HSL 283.4º 0.42% 0.56% -
HSV(B) 283.4º 0.49% 0.75% -
XYZ 28.79 19.98 51.05 -
YUV 127.05 163.53 154.36 -
System Red Green Blue C M Y K H S L
Decimal 164 96 190 0.14 0.49 0 0.25 283.4 0.42 0.56
Hex A4 60 BE E 31 0 19 11B 2A 38
Octal 244 140 276 16 61 0 31 433 52 70
Binary 10100100 1100000 10111110 1110 110001 0 11001 100011011 101010 111000

Color Harmonies of #A460BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A460BE

Black with #A460BE

Text Example


Text Example

White with #A460BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A460BE; }

 p { color: rgb(164,96,190); }

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

background-color css

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

 a { background-color: rgb(164,96,190); }

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

border-color css

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

 span { border-color: rgb(164,96,190); }

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