Html Css Color HEX #A247BA Deep Lilac

📋 copy color: '#A247BA'

red 162 ◦ green 71 ◦ blue 186

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

Shades of Deep Lilac #A247BA

Tints of Deep Lilac #A247BA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.95%

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

R = 38.66%
G = 16.95%
B = 44.39%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A247BA (or 0xA247BA) is known color: Deep Lilac. HEX triplet: A2, 47 and BA. RGB value is (162,71,186). Sum of RGB (Red+Green+Blue) = 162+71+186=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 71 (28.12% from 255 or 16.95% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: blue. Hex color #A247BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A247BA is #5DB845. Grayscale: #6E6E6E. Windows color (decimal): -6142022 or 12208034. OLE color: 12208034.

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

Color convert

RGB 162 71 186 -
CMYK 0.13 0.62 0 0.27
HSL 287.48º 0.45% 0.5% -
HSV(B) 287.48º 0.62% 0.73% -
XYZ 26.02 15.73 48.12 -
YUV 111.32 170.15 164.15 -
System Red Green Blue C M Y K H S L
Decimal 162 71 186 0.13 0.62 0 0.27 287.48 0.45 0.5
Hex A2 47 BA D 3E 0 1B 11F 2D 32
Octal 242 107 272 15 76 0 33 437 55 62
Binary 10100010 1000111 10111010 1101 111110 0 11011 100011111 101101 110010

Color Harmonies of #A247BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A247BA

Black with #A247BA

Text Example


Text Example

White with #A247BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A247BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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