Html Css Color HEX #A041AF Deep Lilac

📋 copy color: '#A041AF'

red 160 ◦ green 65 ◦ blue 175

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

Shades of Deep Lilac #A041AF

Tints of Deep Lilac #A041AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.75%

R = 40%
G = 16.25%
B = 43.75%

CMYK

 C value IS 0.09

 M value IS 0.63

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A041AF (or 0xA041AF) is known color: Deep Lilac. HEX triplet: A0, 41 and AF. RGB value is (160,65,175). Sum of RGB (Red+Green+Blue) = 160+65+175=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 65 (25.78% from 255 or 16.25% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 175 - color contains mainly: blue. Hex color #A041AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A041AF is #5FBE50. Grayscale: #696969. Windows color (decimal): -6274641 or 11485600. OLE color: 11485600.

HSL color Cylindrical-coordinate representation of color #A041AF: hue angle of 291.82º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A041AF is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 65 175 -
CMYK 0.09 0.63 0 0.31
HSL 291.82º 0.46% 0.47% -
HSV(B) 291.82º 0.63% 0.69% -
XYZ 24.13 14.35 42.06 -
YUV 105.95 166.97 166.56 -
System Red Green Blue C M Y K H S L
Decimal 160 65 175 0.09 0.63 0 0.31 291.82 0.46 0.47
Hex A0 41 AF 9 3F 0 1F 124 2E 2F
Octal 240 101 257 11 77 0 37 444 56 57
Binary 10100000 1000001 10101111 1001 111111 0 11111 100100100 101110 101111

Color Harmonies of #A041AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A041AF

Black with #A041AF

Text Example


Text Example

White with #A041AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A041AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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