Html Css Color HEX #A53DB1 Deep Lilac

📋 copy color: '#A53DB1'

red 165 ◦ green 61 ◦ blue 177

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

Shades of Deep Lilac #A53DB1

Tints of Deep Lilac #A53DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 43.92%

R = 40.94%
G = 15.14%
B = 43.92%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A53DB1 (or 0xA53DB1) is known color: Deep Lilac. HEX triplet: A5, 3D and B1. RGB value is (165,61,177). Sum of RGB (Red+Green+Blue) = 165+61+177=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 61 (24.22% from 255 or 15.14% from 403); Blue value is 177 (69.53% from 255 or 43.92% from 403); Max value from RGB is 177 - color contains mainly: blue. Hex color #A53DB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53DB1 is #5AC24E. Grayscale: #686868. Windows color (decimal): -5947983 or 11615653. OLE color: 11615653.

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

Color convert

RGB 165 61 177 -
CMYK 0.07 0.66 0 0.31
HSL 293.79º 0.49% 0.47% -
HSV(B) 293.79º 0.66% 0.69% -
XYZ 25.12 14.51 43.07 -
YUV 105.32 168.46 170.57 -
System Red Green Blue C M Y K H S L
Decimal 165 61 177 0.07 0.66 0 0.31 293.79 0.49 0.47
Hex A5 3D B1 7 42 0 1F 126 31 2F
Octal 245 75 261 7 102 0 37 446 61 57
Binary 10100101 111101 10110001 111 1000010 0 11111 100100110 110001 101111

Color Harmonies of #A53DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53DB1

Black with #A53DB1

Text Example


Text Example

White with #A53DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53DB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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