Html Css Color HEX #A53FBA Deep Lilac

📋 copy color: '#A53FBA'

red 165 ◦ green 63 ◦ blue 186

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

Shades of Deep Lilac #A53FBA

Tints of Deep Lilac #A53FBA

RGB

 RED value IS 165 (64.84% from 255) = 39.86%

 GREEN value IS 63 (25% from 255) = 15.22%

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

R = 39.86%
G = 15.22%
B = 44.93%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A53FBA (or 0xA53FBA) is known color: Deep Lilac. HEX triplet: A5, 3F and BA. RGB value is (165,63,186). Sum of RGB (Red+Green+Blue) = 165+63+186=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 63 (25% from 255 or 15.22% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #A53FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53FBA is #5AC045. Grayscale: #6B6B6B. Windows color (decimal): -5947462 or 12205989. OLE color: 12205989.

HSL color Cylindrical-coordinate representation of color #A53FBA: hue angle of 289.76º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A53FBA is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 63 186 -
CMYK 0.11 0.66 0 0.27
HSL 289.76º 0.49% 0.49% -
HSV(B) 289.76º 0.66% 0.73% -
XYZ 26.16 15.1 47.99 -
YUV 107.52 172.29 169 -
System Red Green Blue C M Y K H S L
Decimal 165 63 186 0.11 0.66 0 0.27 289.76 0.49 0.49
Hex A5 3F BA B 42 0 1B 122 31 31
Octal 245 77 272 13 102 0 33 442 61 61
Binary 10100101 111111 10111010 1011 1000010 0 11011 100100010 110001 110001

Color Harmonies of #A53FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53FBA

Black with #A53FBA

Text Example


Text Example

White with #A53FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53FBA; }

 p { color: rgb(165,63,186); }

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

background-color css

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

 a { background-color: rgb(165,63,186); }

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

border-color css

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

 span { border-color: rgb(165,63,186); }

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