Html Css Color HEX #A542BD Deep Lilac

📋 copy color: '#A542BD'

red 165 ◦ green 66 ◦ blue 189

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

Shades of Deep Lilac #A542BD

Tints of Deep Lilac #A542BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45%

R = 39.29%
G = 15.71%
B = 45%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A542BD (or 0xA542BD) is known color: Deep Lilac. HEX triplet: A5, 42 and BD. RGB value is (165,66,189). Sum of RGB (Red+Green+Blue) = 165+66+189=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 66 (26.17% from 255 or 15.71% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 189 - color contains mainly: blue. Hex color #A542BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A542BD is #5ABD42. Grayscale: #6D6D6D. Windows color (decimal): -5946691 or 12403365. OLE color: 12403365.

HSL color Cylindrical-coordinate representation of color #A542BD: hue angle of 288.29º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A542BD is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 66 189 -
CMYK 0.13 0.65 0 0.26
HSL 288.29º 0.48% 0.5% -
HSV(B) 288.29º 0.65% 0.74% -
XYZ 26.65 15.57 49.74 -
YUV 109.62 172.8 167.5 -
System Red Green Blue C M Y K H S L
Decimal 165 66 189 0.13 0.65 0 0.26 288.29 0.48 0.5
Hex A5 42 BD D 41 0 1A 120 30 32
Octal 245 102 275 15 101 0 32 440 60 62
Binary 10100101 1000010 10111101 1101 1000001 0 11010 100100000 110000 110010

Color Harmonies of #A542BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A542BD

Black with #A542BD

Text Example


Text Example

White with #A542BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A542BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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