Html Css Color HEX #A342BC Deep Lilac

📋 copy color: '#A342BC'

red 163 ◦ green 66 ◦ blue 188

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

Shades of Deep Lilac #A342BC

Tints of Deep Lilac #A342BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.08%

R = 39.09%
G = 15.83%
B = 45.08%

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

#A342BC (or 0xA342BC) is known color: Deep Lilac. HEX triplet: A3, 42 and BC. RGB value is (163,66,188). Sum of RGB (Red+Green+Blue) = 163+66+188=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 66 (26.17% from 255 or 15.83% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #A342BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A342BC is #5CBD43. Grayscale: #6C6C6C. Windows color (decimal): -6077764 or 12337827. OLE color: 12337827.

HSL color Cylindrical-coordinate representation of color #A342BC: hue angle of 287.7º 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 #A342BC is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 66 188 -
CMYK 0.13 0.65 0 0.26
HSL 287.7º 0.48% 0.5% -
HSV(B) 287.7º 0.65% 0.74% -
XYZ 26.13 15.31 49.16 -
YUV 108.91 172.64 166.58 -
System Red Green Blue C M Y K H S L
Decimal 163 66 188 0.13 0.65 0 0.26 287.7 0.48 0.5
Hex A3 42 BC D 41 0 1A 120 30 32
Octal 243 102 274 15 101 0 32 440 60 62
Binary 10100011 1000010 10111100 1101 1000001 0 11010 100100000 110000 110010

Color Harmonies of #A342BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A342BC

Black with #A342BC

Text Example


Text Example

White with #A342BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A342BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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