Html Css Color HEX #A248BA Deep Lilac

📋 copy color: '#A248BA'

red 162 ◦ green 72 ◦ blue 186

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

Shades of Deep Lilac #A248BA

Tints of Deep Lilac #A248BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.29%

R = 38.57%
G = 17.14%
B = 44.29%

CMYK

 C value IS 0.13

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A248BA (or 0xA248BA) is known color: Deep Lilac. HEX triplet: A2, 48 and BA. RGB value is (162,72,186). Sum of RGB (Red+Green+Blue) = 162+72+186=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 72 (28.52% from 255 or 17.14% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 186 - color contains mainly: blue. Hex color #A248BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A248BA is #5DB745. Grayscale: #6F6F6F. Windows color (decimal): -6141766 or 12208290. OLE color: 12208290.

HSL color Cylindrical-coordinate representation of color #A248BA: hue angle of 287.37º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A248BA is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 72 186 -
CMYK 0.13 0.61 0 0.27
HSL 287.37º 0.45% 0.51% -
HSV(B) 287.37º 0.61% 0.73% -
XYZ 26.08 15.86 48.14 -
YUV 111.91 169.82 163.73 -
System Red Green Blue C M Y K H S L
Decimal 162 72 186 0.13 0.61 0 0.27 287.37 0.45 0.51
Hex A2 48 BA D 3D 0 1B 11F 2D 33
Octal 242 110 272 15 75 0 33 437 55 63
Binary 10100010 1001000 10111010 1101 111101 0 11011 100011111 101101 110011

Color Harmonies of #A248BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A248BA

Black with #A248BA

Text Example


Text Example

White with #A248BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A248BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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