Html Css Color HEX #A045BE Deep Lilac

📋 copy color: '#A045BE'

red 160 ◦ green 69 ◦ blue 190

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

Shades of Deep Lilac #A045BE

Tints of Deep Lilac #A045BE

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.47%

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

R = 38.19%
G = 16.47%
B = 45.35%

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

#A045BE (or 0xA045BE) is known color: Deep Lilac. HEX triplet: A0, 45 and BE. RGB value is (160,69,190). Sum of RGB (Red+Green+Blue) = 160+69+190=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 69 (27.34% from 255 or 16.47% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #A045BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A045BE is #5FBA41. Grayscale: #6D6D6D. Windows color (decimal): -6273602 or 12469664. OLE color: 12469664.

HSL color Cylindrical-coordinate representation of color #A045BE: hue angle of 285.12º 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 #A045BE is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 69 190 -
CMYK 0.16 0.64 0 0.25
HSL 285.12º 0.48% 0.51% -
HSV(B) 285.12º 0.64% 0.75% -
XYZ 25.92 15.45 50.33 -
YUV 110 173.15 163.66 -
System Red Green Blue C M Y K H S L
Decimal 160 69 190 0.16 0.64 0 0.25 285.12 0.48 0.51
Hex A0 45 BE 10 40 0 19 11D 30 33
Octal 240 105 276 20 100 0 31 435 60 63
Binary 10100000 1000101 10111110 10000 1000000 0 11001 100011101 110000 110011

Color Harmonies of #A045BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A045BE

Black with #A045BE

Text Example


Text Example

White with #A045BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A045BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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