Html Css Color HEX #A348B4 Deep Lilac

📋 copy color: '#A348B4'

red 163 ◦ green 72 ◦ blue 180

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

Shades of Deep Lilac #A348B4

Tints of Deep Lilac #A348B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 43.37%

R = 39.28%
G = 17.35%
B = 43.37%

CMYK

 C value IS 0.09

 M value IS 0.60

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A348B4 (or 0xA348B4) is known color: Deep Lilac. HEX triplet: A3, 48 and B4. RGB value is (163,72,180). Sum of RGB (Red+Green+Blue) = 163+72+180=415 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.28% from 415); Green value is 72 (28.52% from 255 or 17.35% from 415); Blue value is 180 (70.70% from 255 or 43.37% from 415); Max value from RGB is 180 - color contains mainly: blue. Hex color #A348B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A348B4 is #5CB74B. Grayscale: #6F6F6F. Windows color (decimal): -6076236 or 11815075. OLE color: 11815075.

HSL color Cylindrical-coordinate representation of color #A348B4: hue angle of 290.56º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A348B4 is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 163 72 180 -
CMYK 0.09 0.60 0 0.29
HSL 290.56º 0.43% 0.49% -
HSV(B) 290.56º 0.6% 0.71% -
XYZ 25.66 15.72 44.86 -
YUV 111.52 166.65 164.72 -
System Red Green Blue C M Y K H S L
Decimal 163 72 180 0.09 0.60 0 0.29 290.56 0.43 0.49
Hex A3 48 B4 9 3C 0 1D 123 2B 31
Octal 243 110 264 11 74 0 35 443 53 61
Binary 10100011 1001000 10110100 1001 111100 0 11101 100100011 101011 110001

Color Harmonies of #A348B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A348B4

Black with #A348B4

Text Example


Text Example

White with #A348B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A348B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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