Html Css Color HEX #A342BE Deep Lilac

📋 copy color: '#A342BE'

red 163 ◦ green 66 ◦ blue 190

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

Shades of Deep Lilac #A342BE

Tints of Deep Lilac #A342BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.35%

R = 38.9%
G = 15.75%
B = 45.35%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A342BE (or 0xA342BE) is known color: Deep Lilac. HEX triplet: A3, 42 and BE. RGB value is (163,66,190). Sum of RGB (Red+Green+Blue) = 163+66+190=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 66 (26.17% from 255 or 15.75% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #A342BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A342BE is #5CBD41. Grayscale: #6C6C6C. Windows color (decimal): -6077762 or 12468899. OLE color: 12468899.

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

Color convert

RGB 163 66 190 -
CMYK 0.14 0.65 0 0.25
HSL 286.94º 0.49% 0.5% -
HSV(B) 286.94º 0.65% 0.75% -
XYZ 26.35 15.4 50.3 -
YUV 109.14 173.64 166.42 -
System Red Green Blue C M Y K H S L
Decimal 163 66 190 0.14 0.65 0 0.25 286.94 0.49 0.5
Hex A3 42 BE E 41 0 19 11F 31 32
Octal 243 102 276 16 101 0 31 437 61 62
Binary 10100011 1000010 10111110 1110 1000001 0 11001 100011111 110001 110010

Color Harmonies of #A342BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A342BE

Black with #A342BE

Text Example


Text Example

White with #A342BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A342BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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