Html Css Color HEX #A34EAF Deep Lilac

📋 copy color: '#A34EAF'

red 163 ◦ green 78 ◦ blue 175

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

Shades of Deep Lilac #A34EAF

Tints of Deep Lilac #A34EAF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.75%

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

R = 39.18%
G = 18.75%
B = 42.07%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A34EAF (or 0xA34EAF) is known color: Deep Lilac. HEX triplet: A3, 4E and AF. RGB value is (163,78,175). Sum of RGB (Red+Green+Blue) = 163+78+175=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 78 (30.86% from 255 or 18.75% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 175 - color contains mainly: blue. Hex color #A34EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A34EAF is #5CB150. Grayscale: #727272. Windows color (decimal): -6074705 or 11488931. OLE color: 11488931.

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

Color convert

RGB 163 78 175 -
CMYK 0.07 0.55 0 0.31
HSL 292.58º 0.38% 0.5% -
HSV(B) 292.58º 0.55% 0.69% -
XYZ 25.57 16.33 42.36 -
YUV 114.47 162.16 162.61 -
System Red Green Blue C M Y K H S L
Decimal 163 78 175 0.07 0.55 0 0.31 292.58 0.38 0.5
Hex A3 4E AF 7 37 0 1F 125 26 32
Octal 243 116 257 7 67 0 37 445 46 62
Binary 10100011 1001110 10101111 111 110111 0 11111 100100101 100110 110010

Color Harmonies of #A34EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34EAF

Black with #A34EAF

Text Example


Text Example

White with #A34EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34EAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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