Html Css Color HEX #A044BE Deep Lilac

📋 copy color: '#A044BE'

red 160 ◦ green 68 ◦ blue 190

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

Shades of Deep Lilac #A044BE

Tints of Deep Lilac #A044BE

RGB

 RED value IS 160 (62.89% from 255) = 38.28%

 GREEN value IS 68 (26.95% from 255) = 16.27%

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

R = 38.28%
G = 16.27%
B = 45.45%

CMYK

 C value IS 0.16

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A044BE (or 0xA044BE) is known color: Deep Lilac. HEX triplet: A0, 44 and BE. RGB value is (160,68,190). Sum of RGB (Red+Green+Blue) = 160+68+190=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 68 (26.95% from 255 or 16.27% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 190 - color contains mainly: blue. Hex color #A044BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A044BE is #5FBB41. Grayscale: #6D6D6D. Windows color (decimal): -6273858 or 12469408. OLE color: 12469408.

HSL color Cylindrical-coordinate representation of color #A044BE: hue angle of 285.25º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A044BE is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 68 190 -
CMYK 0.16 0.64 0 0.25
HSL 285.25º 0.48% 0.51% -
HSV(B) 285.25º 0.64% 0.75% -
XYZ 25.86 15.33 50.31 -
YUV 109.42 173.48 164.08 -
System Red Green Blue C M Y K H S L
Decimal 160 68 190 0.16 0.64 0 0.25 285.25 0.48 0.51
Hex A0 44 BE 10 40 0 19 11D 30 33
Octal 240 104 276 20 100 0 31 435 60 63
Binary 10100000 1000100 10111110 10000 1000000 0 11001 100011101 110000 110011

Color Harmonies of #A044BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A044BE

Black with #A044BE

Text Example


Text Example

White with #A044BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A044BE; }

 p { color: rgb(160,68,190); }

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

background-color css

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

 a { background-color: rgb(160,68,190); }

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

border-color css

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

 span { border-color: rgb(160,68,190); }

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