Html Css Color HEX #A53FAF Deep Lilac

📋 copy color: '#A53FAF'

red 165 ◦ green 63 ◦ blue 175

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

Shades of Deep Lilac #A53FAF

Tints of Deep Lilac #A53FAF

RGB

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

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

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

R = 40.94%
G = 15.63%
B = 43.42%

CMYK

 C value IS 0.06

 M value IS 0.64

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A53FAF (or 0xA53FAF) is known color: Deep Lilac. HEX triplet: A5, 3F and AF. RGB value is (165,63,175). Sum of RGB (Red+Green+Blue) = 165+63+175=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 63 (25% from 255 or 15.63% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 175 - color contains mainly: blue. Hex color #A53FAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53FAF is #5AC050. Grayscale: #696969. Windows color (decimal): -5947473 or 11485093. OLE color: 11485093.

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

Color convert

RGB 165 63 175 -
CMYK 0.06 0.64 0 0.31
HSL 294.64º 0.47% 0.47% -
HSV(B) 294.64º 0.64% 0.69% -
XYZ 25.03 14.65 42.07 -
YUV 106.27 166.79 169.89 -
System Red Green Blue C M Y K H S L
Decimal 165 63 175 0.06 0.64 0 0.31 294.64 0.47 0.47
Hex A5 3F AF 6 40 0 1F 127 2F 2F
Octal 245 77 257 6 100 0 37 447 57 57
Binary 10100101 111111 10101111 110 1000000 0 11111 100100111 101111 101111

Color Harmonies of #A53FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53FAF

Black with #A53FAF

Text Example


Text Example

White with #A53FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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