Html Css Color HEX #A465BA Deep Lilac

📋 copy color: '#A465BA'

red 164 ◦ green 101 ◦ blue 186

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

Shades of Deep Lilac #A465BA

Tints of Deep Lilac #A465BA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.39%

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

R = 36.36%
G = 22.39%
B = 41.24%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A465BA (or 0xA465BA) is known color: Deep Lilac. HEX triplet: A4, 65 and BA. RGB value is (164,101,186). Sum of RGB (Red+Green+Blue) = 164+101+186=451 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.36% from 451); Green value is 101 (39.84% from 255 or 22.39% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 186 - color contains mainly: blue. Hex color #A465BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A465BA is #5B9A45. Grayscale: #818181. Windows color (decimal): -6003270 or 12215716. OLE color: 12215716.

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

Color convert

RGB 164 101 186 -
CMYK 0.12 0.46 0 0.27
HSL 284.47º 0.38% 0.56% -
HSV(B) 284.47º 0.46% 0.73% -
XYZ 28.83 20.75 48.94 -
YUV 129.53 159.87 152.59 -
System Red Green Blue C M Y K H S L
Decimal 164 101 186 0.12 0.46 0 0.27 284.47 0.38 0.56
Hex A4 65 BA C 2E 0 1B 11C 26 38
Octal 244 145 272 14 56 0 33 434 46 70
Binary 10100100 1100101 10111010 1100 101110 0 11011 100011100 100110 111000

Color Harmonies of #A465BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A465BA

Black with #A465BA

Text Example


Text Example

White with #A465BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A465BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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