Html Css Color HEX #A041BE Deep Lilac

📋 copy color: '#A041BE'

red 160 ◦ green 65 ◦ blue 190

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

Shades of Deep Lilac #A041BE

Tints of Deep Lilac #A041BE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.66%

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

R = 38.55%
G = 15.66%
B = 45.78%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A041BE (or 0xA041BE) is known color: Deep Lilac. HEX triplet: A0, 41 and BE. RGB value is (160,65,190). Sum of RGB (Red+Green+Blue) = 160+65+190=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 65 (25.78% from 255 or 15.66% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #A041BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A041BE is #5FBE41. Grayscale: #6B6B6B. Windows color (decimal): -6274626 or 12468640. OLE color: 12468640.

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

Color convert

RGB 160 65 190 -
CMYK 0.16 0.66 0 0.25
HSL 285.6º 0.49% 0.5% -
HSV(B) 285.6º 0.66% 0.75% -
XYZ 25.68 14.97 50.25 -
YUV 107.66 174.47 165.34 -
System Red Green Blue C M Y K H S L
Decimal 160 65 190 0.16 0.66 0 0.25 285.6 0.49 0.5
Hex A0 41 BE 10 42 0 19 11E 31 32
Octal 240 101 276 20 102 0 31 436 61 62
Binary 10100000 1000001 10111110 10000 1000010 0 11001 100011110 110001 110010

Color Harmonies of #A041BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A041BE

Black with #A041BE

Text Example


Text Example

White with #A041BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A041BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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