Html Css Color HEX #A542B1 Deep Lilac

📋 copy color: '#A542B1'

red 165 ◦ green 66 ◦ blue 177

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

Shades of Deep Lilac #A542B1

Tints of Deep Lilac #A542B1

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.18%

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

R = 40.44%
G = 16.18%
B = 43.38%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A542B1 (or 0xA542B1) is known color: Deep Lilac. HEX triplet: A5, 42 and B1. RGB value is (165,66,177). Sum of RGB (Red+Green+Blue) = 165+66+177=408 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.44% from 408); Green value is 66 (26.17% from 255 or 16.18% from 408); Blue value is 177 (69.53% from 255 or 43.38% from 408); Max value from RGB is 177 - color contains mainly: blue. Hex color #A542B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A542B1 is #5ABD4E. Grayscale: #6B6B6B. Windows color (decimal): -5946703 or 11616933. OLE color: 11616933.

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

Color convert

RGB 165 66 177 -
CMYK 0.07 0.63 0 0.31
HSL 293.51º 0.46% 0.48% -
HSV(B) 293.51º 0.63% 0.69% -
XYZ 25.4 15.07 43.17 -
YUV 108.26 166.8 168.47 -
System Red Green Blue C M Y K H S L
Decimal 165 66 177 0.07 0.63 0 0.31 293.51 0.46 0.48
Hex A5 42 B1 7 3F 0 1F 126 2E 30
Octal 245 102 261 7 77 0 37 446 56 60
Binary 10100101 1000010 10110001 111 111111 0 11111 100100110 101110 110000

Color Harmonies of #A542B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A542B1

Black with #A542B1

Text Example


Text Example

White with #A542B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A542B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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