Html Css Color HEX #A342C0 Deep Lilac

📋 copy color: '#A342C0'

red 163 ◦ green 66 ◦ blue 192

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

Shades of Deep Lilac #A342C0

Tints of Deep Lilac #A342C0

RGB

 RED value IS 163 (64.06% from 255) = 38.72%

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

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

R = 38.72%
G = 15.68%
B = 45.61%

CMYK

 C value IS 0.15

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A342C0 (or 0xA342C0) is known color: Deep Lilac. HEX triplet: A3, 42 and C0. RGB value is (163,66,192). Sum of RGB (Red+Green+Blue) = 163+66+192=421 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.72% from 421); Green value is 66 (26.17% from 255 or 15.68% from 421); Blue value is 192 (75.39% from 255 or 45.61% from 421); Max value from RGB is 192 - color contains mainly: blue. Hex color #A342C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A342C0 is #5CBD3F. Grayscale: #6C6C6C. Windows color (decimal): -6077760 or 12599971. OLE color: 12599971.

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

Color convert

RGB 163 66 192 -
CMYK 0.15 0.66 0 0.25
HSL 286.19º 0.5% 0.51% -
HSV(B) 286.19º 0.66% 0.75% -
XYZ 26.57 15.49 51.46 -
YUV 109.37 174.64 166.25 -
System Red Green Blue C M Y K H S L
Decimal 163 66 192 0.15 0.66 0 0.25 286.19 0.5 0.51
Hex A3 42 C0 F 42 0 19 11E 32 33
Octal 243 102 300 17 102 0 31 436 62 63
Binary 10100011 1000010 11000000 1111 1000010 0 11001 100011110 110010 110011

Color Harmonies of #A342C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A342C0

Black with #A342C0

Text Example


Text Example

White with #A342C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A342C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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