Html Css Color HEX #A460BC Deep Lilac

📋 copy color: '#A460BC'

red 164 ◦ green 96 ◦ blue 188

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

Shades of Deep Lilac #A460BC

Tints of Deep Lilac #A460BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.96%

R = 36.61%
G = 21.43%
B = 41.96%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A460BC (or 0xA460BC) is known color: Deep Lilac. HEX triplet: A4, 60 and BC. RGB value is (164,96,188). Sum of RGB (Red+Green+Blue) = 164+96+188=448 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.61% from 448); Green value is 96 (37.89% from 255 or 21.43% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 188 - color contains mainly: blue. Hex color #A460BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A460BC is #5B9F43. Grayscale: #7E7E7E. Windows color (decimal): -6004548 or 12345508. OLE color: 12345508.

HSL color Cylindrical-coordinate representation of color #A460BC: hue angle of 284.35º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A460BC is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 96 188 -
CMYK 0.13 0.49 0 0.26
HSL 284.35º 0.41% 0.56% -
HSV(B) 284.35º 0.49% 0.74% -
XYZ 28.57 19.89 49.91 -
YUV 126.82 162.53 154.52 -
System Red Green Blue C M Y K H S L
Decimal 164 96 188 0.13 0.49 0 0.26 284.35 0.41 0.56
Hex A4 60 BC D 31 0 1A 11C 29 38
Octal 244 140 274 15 61 0 32 434 51 70
Binary 10100100 1100000 10111100 1101 110001 0 11010 100011100 101001 111000

Color Harmonies of #A460BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A460BC

Black with #A460BC

Text Example


Text Example

White with #A460BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A460BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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