Html Css Color HEX #A342AF Deep Lilac

📋 copy color: '#A342AF'

red 163 ◦ green 66 ◦ blue 175

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

Shades of Deep Lilac #A342AF

Tints of Deep Lilac #A342AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.32%

R = 40.35%
G = 16.34%
B = 43.32%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A342AF (or 0xA342AF) is known color: Deep Lilac. HEX triplet: A3, 42 and AF. RGB value is (163,66,175). Sum of RGB (Red+Green+Blue) = 163+66+175=404 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.35% from 404); Green value is 66 (26.17% from 255 or 16.34% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 175 - color contains mainly: blue. Hex color #A342AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A342AF is #5CBD50. Grayscale: #6B6B6B. Windows color (decimal): -6077777 or 11485859. OLE color: 11485859.

HSL color Cylindrical-coordinate representation of color #A342AF: hue angle of 293.39º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A342AF is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 163 66 175 -
CMYK 0.07 0.62 0 0.31
HSL 293.39º 0.45% 0.47% -
HSV(B) 293.39º 0.62% 0.69% -
XYZ 24.79 14.78 42.1 -
YUV 107.43 166.14 167.64 -
System Red Green Blue C M Y K H S L
Decimal 163 66 175 0.07 0.62 0 0.31 293.39 0.45 0.47
Hex A3 42 AF 7 3E 0 1F 125 2D 2F
Octal 243 102 257 7 76 0 37 445 55 57
Binary 10100011 1000010 10101111 111 111110 0 11111 100100101 101101 101111

Color Harmonies of #A342AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A342AF

Black with #A342AF

Text Example


Text Example

White with #A342AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A342AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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