Html Css Color HEX #A14AAF Deep Lilac

📋 copy color: '#A14AAF'

red 161 ◦ green 74 ◦ blue 175

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

Shades of Deep Lilac #A14AAF

Tints of Deep Lilac #A14AAF

RGB

 RED value IS 161 (63.28% from 255) = 39.27%

 GREEN value IS 74 (29.3% from 255) = 18.05%

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

R = 39.27%
G = 18.05%
B = 42.68%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A14AAF (or 0xA14AAF) is known color: Deep Lilac. HEX triplet: A1, 4A and AF. RGB value is (161,74,175). Sum of RGB (Red+Green+Blue) = 161+74+175=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 74 (29.30% from 255 or 18.05% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 175 - color contains mainly: blue. Hex color #A14AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14AAF is #5EB550. Grayscale: #6F6F6F. Windows color (decimal): -6206801 or 11487905. OLE color: 11487905.

HSL color Cylindrical-coordinate representation of color #A14AAF: hue angle of 291.68º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A14AAF is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 161 74 175 -
CMYK 0.08 0.58 0 0.31
HSL 291.68º 0.41% 0.49% -
HSV(B) 291.68º 0.58% 0.69% -
XYZ 24.88 15.57 42.25 -
YUV 111.53 163.82 163.29 -
System Red Green Blue C M Y K H S L
Decimal 161 74 175 0.08 0.58 0 0.31 291.68 0.41 0.49
Hex A1 4A AF 8 3A 0 1F 124 29 31
Octal 241 112 257 10 72 0 37 444 51 61
Binary 10100001 1001010 10101111 1000 111010 0 11111 100100100 101001 110001

Color Harmonies of #A14AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14AAF

Black with #A14AAF

Text Example


Text Example

White with #A14AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14AAF; }

 p { color: rgb(161,74,175); }

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

background-color css

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

 a { background-color: rgb(161,74,175); }

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

border-color css

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

 span { border-color: rgb(161,74,175); }

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