Html Css Color HEX #A249BC Deep Lilac

📋 copy color: '#A249BC'

red 162 ◦ green 73 ◦ blue 188

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

Shades of Deep Lilac #A249BC

Tints of Deep Lilac #A249BC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.26%

 BLUE value IS 188 (73.83% from 255) = 44.44%

R = 38.3%
G = 17.26%
B = 44.44%

CMYK

 C value IS 0.14

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A249BC (or 0xA249BC) is known color: Deep Lilac. HEX triplet: A2, 49 and BC. RGB value is (162,73,188). Sum of RGB (Red+Green+Blue) = 162+73+188=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 73 (28.91% from 255 or 17.26% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #A249BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A249BC is #5DB643. Grayscale: #707070. Windows color (decimal): -6141508 or 12339618. OLE color: 12339618.

HSL color Cylindrical-coordinate representation of color #A249BC: hue angle of 286.43º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A249BC is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 73 188 -
CMYK 0.14 0.61 0 0.26
HSL 286.43º 0.46% 0.51% -
HSV(B) 286.43º 0.61% 0.74% -
XYZ 26.36 16.08 49.29 -
YUV 112.72 170.49 163.15 -
System Red Green Blue C M Y K H S L
Decimal 162 73 188 0.14 0.61 0 0.26 286.43 0.46 0.51
Hex A2 49 BC E 3D 0 1A 11E 2E 33
Octal 242 111 274 16 75 0 32 436 56 63
Binary 10100010 1001001 10111100 1110 111101 0 11010 100011110 101110 110011

Color Harmonies of #A249BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A249BC

Black with #A249BC

Text Example


Text Example

White with #A249BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A249BC; }

 p { color: rgb(162,73,188); }

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

background-color css

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

 a { background-color: rgb(162,73,188); }

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

border-color css

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

 span { border-color: rgb(162,73,188); }

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