Html Css Color HEX #A449BE Deep Lilac

📋 copy color: '#A449BE'

red 164 ◦ green 73 ◦ blue 190

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

Shades of Deep Lilac #A449BE

Tints of Deep Lilac #A449BE

RGB

 RED value IS 164 (64.45% from 255) = 38.41%

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

 BLUE value IS 190 (74.61% from 255) = 44.5%

R = 38.41%
G = 17.1%
B = 44.5%

CMYK

 C value IS 0.14

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A449BE (or 0xA449BE) is known color: Deep Lilac. HEX triplet: A4, 49 and BE. RGB value is (164,73,190). Sum of RGB (Red+Green+Blue) = 164+73+190=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 73 (28.91% from 255 or 17.10% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 190 - color contains mainly: blue. Hex color #A449BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A449BE is #5BB641. Grayscale: #717171. Windows color (decimal): -6010434 or 12470692. OLE color: 12470692.

HSL color Cylindrical-coordinate representation of color #A449BE: hue angle of 286.67º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A449BE is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 73 190 -
CMYK 0.14 0.62 0 0.25
HSL 286.67º 0.47% 0.52% -
HSV(B) 286.67º 0.62% 0.75% -
XYZ 26.99 16.38 50.45 -
YUV 113.55 171.15 163.99 -
System Red Green Blue C M Y K H S L
Decimal 164 73 190 0.14 0.62 0 0.25 286.67 0.47 0.52
Hex A4 49 BE E 3E 0 19 11F 2F 34
Octal 244 111 276 16 76 0 31 437 57 64
Binary 10100100 1001001 10111110 1110 111110 0 11001 100011111 101111 110100

Color Harmonies of #A449BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A449BE

Black with #A449BE

Text Example


Text Example

White with #A449BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A449BE; }

 p { color: rgb(164,73,190); }

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

background-color css

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

 a { background-color: rgb(164,73,190); }

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

border-color css

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

 span { border-color: rgb(164,73,190); }

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