Html Css Color HEX #A249AF Deep Lilac

📋 copy color: '#A249AF'

red 162 ◦ green 73 ◦ blue 175

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

Shades of Deep Lilac #A249AF

Tints of Deep Lilac #A249AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.68%

R = 39.51%
G = 17.8%
B = 42.68%

CMYK

 C value IS 0.07

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A249AF (or 0xA249AF) is known color: Deep Lilac. HEX triplet: A2, 49 and AF. RGB value is (162,73,175). Sum of RGB (Red+Green+Blue) = 162+73+175=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 73 (28.91% from 255 or 17.80% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 175 - color contains mainly: blue. Hex color #A249AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A249AF is #5DB650. Grayscale: #6E6E6E. Windows color (decimal): -6141521 or 11487650. OLE color: 11487650.

HSL color Cylindrical-coordinate representation of color #A249AF: hue angle of 292.35º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A249AF is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 162 73 175 -
CMYK 0.07 0.58 0 0.31
HSL 292.35º 0.41% 0.49% -
HSV(B) 292.35º 0.58% 0.69% -
XYZ 25.02 15.54 42.24 -
YUV 111.24 163.99 164.21 -
System Red Green Blue C M Y K H S L
Decimal 162 73 175 0.07 0.58 0 0.31 292.35 0.41 0.49
Hex A2 49 AF 7 3A 0 1F 124 29 31
Octal 242 111 257 7 72 0 37 444 51 61
Binary 10100010 1001001 10101111 111 111010 0 11111 100100100 101001 110001

Color Harmonies of #A249AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A249AF

Black with #A249AF

Text Example


Text Example

White with #A249AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A249AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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