Html Css Color HEX #A348AE Deep Lilac

📋 copy color: '#A348AE'

red 163 ◦ green 72 ◦ blue 174

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

Shades of Deep Lilac #A348AE

Tints of Deep Lilac #A348AE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.6%

 BLUE value IS 174 (68.36% from 255) = 42.54%

R = 39.85%
G = 17.6%
B = 42.54%

CMYK

 C value IS 0.06

 M value IS 0.59

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A348AE (or 0xA348AE) is known color: Deep Lilac. HEX triplet: A3, 48 and AE. RGB value is (163,72,174). Sum of RGB (Red+Green+Blue) = 163+72+174=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 72 (28.52% from 255 or 17.60% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 174 - color contains mainly: blue. Hex color #A348AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A348AE is #5CB751. Grayscale: #6E6E6E. Windows color (decimal): -6076242 or 11421859. OLE color: 11421859.

HSL color Cylindrical-coordinate representation of color #A348AE: hue angle of 293.53º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A348AE is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 163 72 174 -
CMYK 0.06 0.59 0 0.32
HSL 293.53º 0.41% 0.48% -
HSV(B) 293.53º 0.59% 0.68% -
XYZ 25.06 15.48 41.71 -
YUV 110.84 163.65 165.21 -
System Red Green Blue C M Y K H S L
Decimal 163 72 174 0.06 0.59 0 0.32 293.53 0.41 0.48
Hex A3 48 AE 6 3B 0 20 126 29 30
Octal 243 110 256 6 73 0 40 446 51 60
Binary 10100011 1001000 10101110 110 111011 0 100000 100100110 101001 110000

Color Harmonies of #A348AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A348AE

Black with #A348AE

Text Example


Text Example

White with #A348AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A348AE; }

 p { color: rgb(163,72,174); }

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

background-color css

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

 a { background-color: rgb(163,72,174); }

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

border-color css

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

 span { border-color: rgb(163,72,174); }

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