Html Css Color HEX #A342B2 Deep Lilac

📋 copy color: '#A342B2'

red 163 ◦ green 66 ◦ blue 178

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

Shades of Deep Lilac #A342B2

Tints of Deep Lilac #A342B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 43.73%

R = 40.05%
G = 16.22%
B = 43.73%

CMYK

 C value IS 0.08

 M value IS 0.63

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A342B2 (or 0xA342B2) is known color: Deep Lilac. HEX triplet: A3, 42 and B2. RGB value is (163,66,178). Sum of RGB (Red+Green+Blue) = 163+66+178=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 66 (26.17% from 255 or 16.22% from 407); Blue value is 178 (69.92% from 255 or 43.73% from 407); Max value from RGB is 178 - color contains mainly: blue. Hex color #A342B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A342B2 is #5CBD4D. Grayscale: #6B6B6B. Windows color (decimal): -6077774 or 11682467. OLE color: 11682467.

HSL color Cylindrical-coordinate representation of color #A342B2: hue angle of 291.96º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A342B2 is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 163 66 178 -
CMYK 0.08 0.63 0 0.30
HSL 291.96º 0.46% 0.48% -
HSV(B) 291.96º 0.63% 0.7% -
XYZ 25.09 14.9 43.67 -
YUV 107.77 167.64 167.39 -
System Red Green Blue C M Y K H S L
Decimal 163 66 178 0.08 0.63 0 0.30 291.96 0.46 0.48
Hex A3 42 B2 8 3F 0 1E 124 2E 30
Octal 243 102 262 10 77 0 36 444 56 60
Binary 10100011 1000010 10110010 1000 111111 0 11110 100100100 101110 110000

Color Harmonies of #A342B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A342B2

Black with #A342B2

Text Example


Text Example

White with #A342B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A342B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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