Html Css Color HEX #A441BE Deep Lilac

📋 copy color: '#A441BE'

red 164 ◦ green 65 ◦ blue 190

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

Shades of Deep Lilac #A441BE

Tints of Deep Lilac #A441BE

RGB

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

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

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

R = 39.14%
G = 15.51%
B = 45.35%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A441BE (or 0xA441BE) is known color: Deep Lilac. HEX triplet: A4, 41 and BE. RGB value is (164,65,190). Sum of RGB (Red+Green+Blue) = 164+65+190=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 65 (25.78% from 255 or 15.51% 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 #A441BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A441BE is #5BBE41. Grayscale: #6C6C6C. Windows color (decimal): -6012482 or 12468644. OLE color: 12468644.

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

Color convert

RGB 164 65 190 -
CMYK 0.14 0.66 0 0.25
HSL 287.52º 0.49% 0.5% -
HSV(B) 287.52º 0.66% 0.75% -
XYZ 26.49 15.39 50.29 -
YUV 108.85 173.8 167.34 -
System Red Green Blue C M Y K H S L
Decimal 164 65 190 0.14 0.66 0 0.25 287.52 0.49 0.5
Hex A4 41 BE E 42 0 19 120 31 32
Octal 244 101 276 16 102 0 31 440 61 62
Binary 10100100 1000001 10111110 1110 1000010 0 11001 100100000 110001 110010

Color Harmonies of #A441BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A441BE

Black with #A441BE

Text Example


Text Example

White with #A441BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A441BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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