Html Css Color HEX #A53DAF Deep Lilac

📋 copy color: '#A53DAF'

red 165 ◦ green 61 ◦ blue 175

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

Shades of Deep Lilac #A53DAF

Tints of Deep Lilac #A53DAF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.21%

 BLUE value IS 175 (68.75% from 255) = 43.64%

R = 41.15%
G = 15.21%
B = 43.64%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A53DAF (or 0xA53DAF) is known color: Deep Lilac. HEX triplet: A5, 3D and AF. RGB value is (165,61,175). Sum of RGB (Red+Green+Blue) = 165+61+175=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 61 (24.22% from 255 or 15.21% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 175 - color contains mainly: blue. Hex color #A53DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53DAF is #5AC250. Grayscale: #686868. Windows color (decimal): -5947985 or 11484581. OLE color: 11484581.

HSL color Cylindrical-coordinate representation of color #A53DAF: hue angle of 294.74º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A53DAF is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 61 175 -
CMYK 0.06 0.65 0 0.31
HSL 294.74º 0.48% 0.46% -
HSV(B) 294.74º 0.65% 0.69% -
XYZ 24.92 14.43 42.03 -
YUV 105.09 167.46 170.73 -
System Red Green Blue C M Y K H S L
Decimal 165 61 175 0.06 0.65 0 0.31 294.74 0.48 0.46
Hex A5 3D AF 6 41 0 1F 127 30 2E
Octal 245 75 257 6 101 0 37 447 60 56
Binary 10100101 111101 10101111 110 1000001 0 11111 100100111 110000 101110

Color Harmonies of #A53DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53DAF

Black with #A53DAF

Text Example


Text Example

White with #A53DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53DAF; }

 p { color: rgb(165,61,175); }

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

background-color css

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

 a { background-color: rgb(165,61,175); }

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

border-color css

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

 span { border-color: rgb(165,61,175); }

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