Html Css Color HEX #A542C0 Deep Lilac

📋 copy color: '#A542C0'

red 165 ◦ green 66 ◦ blue 192

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

Shades of Deep Lilac #A542C0

Tints of Deep Lilac #A542C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 45.39%

R = 39.01%
G = 15.6%
B = 45.39%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A542C0 (or 0xA542C0) is known color: Deep Lilac. HEX triplet: A5, 42 and C0. RGB value is (165,66,192). Sum of RGB (Red+Green+Blue) = 165+66+192=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 66 (26.17% from 255 or 15.60% from 423); Blue value is 192 (75.39% from 255 or 45.39% from 423); Max value from RGB is 192 - color contains mainly: blue. Hex color #A542C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A542C0 is #5ABD3F. Grayscale: #6D6D6D. Windows color (decimal): -5946688 or 12599973. OLE color: 12599973.

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

Color convert

RGB 165 66 192 -
CMYK 0.14 0.66 0 0.25
HSL 287.14º 0.5% 0.51% -
HSV(B) 287.14º 0.66% 0.75% -
XYZ 26.98 15.7 51.48 -
YUV 109.97 174.3 167.25 -
System Red Green Blue C M Y K H S L
Decimal 165 66 192 0.14 0.66 0 0.25 287.14 0.5 0.51
Hex A5 42 C0 E 42 0 19 11F 32 33
Octal 245 102 300 16 102 0 31 437 62 63
Binary 10100101 1000010 11000000 1110 1000010 0 11001 100011111 110010 110011

Color Harmonies of #A542C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A542C0

Black with #A542C0

Text Example


Text Example

White with #A542C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A542C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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