Html Css Color HEX #A542BF Deep Lilac

📋 copy color: '#A542BF'

red 165 ◦ green 66 ◦ blue 191

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

Shades of Deep Lilac #A542BF

Tints of Deep Lilac #A542BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.26%

R = 39.1%
G = 15.64%
B = 45.26%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A542BF (or 0xA542BF) is known color: Deep Lilac. HEX triplet: A5, 42 and BF. RGB value is (165,66,191). Sum of RGB (Red+Green+Blue) = 165+66+191=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 66 (26.17% from 255 or 15.64% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 191 - color contains mainly: blue. Hex color #A542BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A542BF is #5ABD40. Grayscale: #6D6D6D. Windows color (decimal): -5946689 or 12534437. OLE color: 12534437.

HSL color Cylindrical-coordinate representation of color #A542BF: hue angle of 287.52º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A542BF is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 66 191 -
CMYK 0.14 0.65 0 0.25
HSL 287.52º 0.49% 0.5% -
HSV(B) 287.52º 0.65% 0.75% -
XYZ 26.87 15.66 50.9 -
YUV 109.85 173.8 167.34 -
System Red Green Blue C M Y K H S L
Decimal 165 66 191 0.14 0.65 0 0.25 287.52 0.49 0.5
Hex A5 42 BF E 41 0 19 120 31 32
Octal 245 102 277 16 101 0 31 440 61 62
Binary 10100101 1000010 10111111 1110 1000001 0 11001 100100000 110001 110010

Color Harmonies of #A542BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A542BF

Black with #A542BF

Text Example


Text Example

White with #A542BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A542BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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