Html Css Color HEX #A142C0 Deep Lilac

📋 copy color: '#A142C0'

red 161 ◦ green 66 ◦ blue 192

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

Shades of Deep Lilac #A142C0

Tints of Deep Lilac #A142C0

RGB

 RED value IS 161 (63.28% from 255) = 38.42%

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

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

R = 38.42%
G = 15.75%
B = 45.82%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A142C0 (or 0xA142C0) is known color: Deep Lilac. HEX triplet: A1, 42 and C0. RGB value is (161,66,192). Sum of RGB (Red+Green+Blue) = 161+66+192=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 66 (26.17% from 255 or 15.75% from 419); Blue value is 192 (75.39% from 255 or 45.82% from 419); Max value from RGB is 192 - color contains mainly: blue. Hex color #A142C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A142C0 is #5EBD3F. Grayscale: #6C6C6C. Windows color (decimal): -6208832 or 12599969. OLE color: 12599969.

HSL color Cylindrical-coordinate representation of color #A142C0: hue angle of 285.24º 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 #A142C0 is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 66 192 -
CMYK 0.16 0.66 0 0.25
HSL 285.24º 0.5% 0.51% -
HSV(B) 285.24º 0.66% 0.75% -
XYZ 26.16 15.28 51.44 -
YUV 108.77 174.97 165.25 -
System Red Green Blue C M Y K H S L
Decimal 161 66 192 0.16 0.66 0 0.25 285.24 0.5 0.51
Hex A1 42 C0 10 42 0 19 11D 32 33
Octal 241 102 300 20 102 0 31 435 62 63
Binary 10100001 1000010 11000000 10000 1000010 0 11001 100011101 110010 110011

Color Harmonies of #A142C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A142C0

Black with #A142C0

Text Example


Text Example

White with #A142C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A142C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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