Html Css Color HEX #A461BA Deep Lilac

📋 copy color: '#A461BA'

red 164 ◦ green 97 ◦ blue 186

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

Shades of Deep Lilac #A461BA

Tints of Deep Lilac #A461BA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.7%

 BLUE value IS 186 (73.05% from 255) = 41.61%

R = 36.69%
G = 21.7%
B = 41.61%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A461BA (or 0xA461BA) is known color: Deep Lilac. HEX triplet: A4, 61 and BA. RGB value is (164,97,186). Sum of RGB (Red+Green+Blue) = 164+97+186=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 97 (38.28% from 255 or 21.70% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #A461BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A461BA is #5B9E45. Grayscale: #7E7E7E. Windows color (decimal): -6004294 or 12214692. OLE color: 12214692.

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

Color convert

RGB 164 97 186 -
CMYK 0.12 0.48 0 0.27
HSL 285.17º 0.39% 0.55% -
HSV(B) 285.17º 0.48% 0.73% -
XYZ 28.45 19.99 48.81 -
YUV 127.18 161.2 154.26 -
System Red Green Blue C M Y K H S L
Decimal 164 97 186 0.12 0.48 0 0.27 285.17 0.39 0.55
Hex A4 61 BA C 30 0 1B 11D 27 37
Octal 244 141 272 14 60 0 33 435 47 67
Binary 10100100 1100001 10111010 1100 110000 0 11011 100011101 100111 110111

Color Harmonies of #A461BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A461BA

Black with #A461BA

Text Example


Text Example

White with #A461BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A461BA; }

 p { color: rgb(164,97,186); }

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

background-color css

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

 a { background-color: rgb(164,97,186); }

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

border-color css

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

 span { border-color: rgb(164,97,186); }

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