Html Css Color HEX #A342B7 Deep Lilac

📋 copy color: '#A342B7'

red 163 ◦ green 66 ◦ blue 183

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

Shades of Deep Lilac #A342B7

Tints of Deep Lilac #A342B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 44.42%

R = 39.56%
G = 16.02%
B = 44.42%

CMYK

 C value IS 0.11

 M value IS 0.64

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A342B7 (or 0xA342B7) is known color: Deep Lilac. HEX triplet: A3, 42 and B7. RGB value is (163,66,183). Sum of RGB (Red+Green+Blue) = 163+66+183=412 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.56% from 412); Green value is 66 (26.17% from 255 or 16.02% from 412); Blue value is 183 (71.88% from 255 or 44.42% from 412); Max value from RGB is 183 - color contains mainly: blue. Hex color #A342B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A342B7 is #5CBD48. Grayscale: #6B6B6B. Windows color (decimal): -6077769 or 12010147. OLE color: 12010147.

HSL color Cylindrical-coordinate representation of color #A342B7: hue angle of 289.74º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A342B7 is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 163 66 183 -
CMYK 0.11 0.64 0 0.28
HSL 289.74º 0.47% 0.49% -
HSV(B) 289.74º 0.64% 0.72% -
XYZ 25.6 15.1 46.37 -
YUV 108.34 170.14 166.99 -
System Red Green Blue C M Y K H S L
Decimal 163 66 183 0.11 0.64 0 0.28 289.74 0.47 0.49
Hex A3 42 B7 B 40 0 1C 122 2F 31
Octal 243 102 267 13 100 0 34 442 57 61
Binary 10100011 1000010 10110111 1011 1000000 0 11100 100100010 101111 110001

Color Harmonies of #A342B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A342B7

Black with #A342B7

Text Example


Text Example

White with #A342B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A342B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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