Html Css Color HEX #A248AD Deep Lilac

📋 copy color: '#A248AD'

red 162 ◦ green 72 ◦ blue 173

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

Shades of Deep Lilac #A248AD

Tints of Deep Lilac #A248AD

RGB

 RED value IS 162 (63.67% from 255) = 39.8%

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

 BLUE value IS 173 (67.97% from 255) = 42.51%

R = 39.8%
G = 17.69%
B = 42.51%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A248AD (or 0xA248AD) is known color: Deep Lilac. HEX triplet: A2, 48 and AD. RGB value is (162,72,173). Sum of RGB (Red+Green+Blue) = 162+72+173=407 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.80% from 407); Green value is 72 (28.52% from 255 or 17.69% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 173 - color contains mainly: blue. Hex color #A248AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A248AD is #5DB752. Grayscale: #6E6E6E. Windows color (decimal): -6141779 or 11356322. OLE color: 11356322.

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

Color convert

RGB 162 72 173 -
CMYK 0.06 0.58 0 0.32
HSL 293.47º 0.41% 0.48% -
HSV(B) 293.47º 0.58% 0.68% -
XYZ 24.76 15.33 41.19 -
YUV 110.42 163.32 164.79 -
System Red Green Blue C M Y K H S L
Decimal 162 72 173 0.06 0.58 0 0.32 293.47 0.41 0.48
Hex A2 48 AD 6 3A 0 20 125 29 30
Octal 242 110 255 6 72 0 40 445 51 60
Binary 10100010 1001000 10101101 110 111010 0 100000 100100101 101001 110000

Color Harmonies of #A248AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A248AD

Black with #A248AD

Text Example


Text Example

White with #A248AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A248AD; }

 p { color: rgb(162,72,173); }

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

background-color css

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

 a { background-color: rgb(162,72,173); }

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

border-color css

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

 span { border-color: rgb(162,72,173); }

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