Html Css Color HEX #A248BB Deep Lilac

📋 copy color: '#A248BB'

red 162 ◦ green 72 ◦ blue 187

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

Shades of Deep Lilac #A248BB

Tints of Deep Lilac #A248BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.42%

R = 38.48%
G = 17.1%
B = 44.42%

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

#A248BB (or 0xA248BB) is known color: Deep Lilac. HEX triplet: A2, 48 and BB. RGB value is (162,72,187). Sum of RGB (Red+Green+Blue) = 162+72+187=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 72 (28.52% from 255 or 17.10% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 187 - color contains mainly: blue. Hex color #A248BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A248BB is #5DB744. Grayscale: #6F6F6F. Windows color (decimal): -6141765 or 12273826. OLE color: 12273826.

HSL color Cylindrical-coordinate representation of color #A248BB: hue angle of 286.96º degrees, saturation: 0.46, 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 #A248BB is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 72 187 -
CMYK 0.13 0.61 0 0.27
HSL 286.96º 0.46% 0.51% -
HSV(B) 286.96º 0.61% 0.73% -
XYZ 26.19 15.9 48.7 -
YUV 112.02 170.32 163.65 -
System Red Green Blue C M Y K H S L
Decimal 162 72 187 0.13 0.61 0 0.27 286.96 0.46 0.51
Hex A2 48 BB D 3D 0 1B 11F 2E 33
Octal 242 110 273 15 75 0 33 437 56 63
Binary 10100010 1001000 10111011 1101 111101 0 11011 100011111 101110 110011

Color Harmonies of #A248BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A248BB

Black with #A248BB

Text Example


Text Example

White with #A248BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A248BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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