Html Css Color HEX #A13CAF Deep Lilac

📋 copy color: '#A13CAF'

red 161 ◦ green 60 ◦ blue 175

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

Shades of Deep Lilac #A13CAF

Tints of Deep Lilac #A13CAF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.15%

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

R = 40.66%
G = 15.15%
B = 44.19%

CMYK

 C value IS 0.08

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A13CAF (or 0xA13CAF) is known color: Deep Lilac. HEX triplet: A1, 3C and AF. RGB value is (161,60,175). Sum of RGB (Red+Green+Blue) = 161+60+175=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 60 (23.83% from 255 or 15.15% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 175 - color contains mainly: blue. Hex color #A13CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13CAF is #5EC350. Grayscale: #666666. Windows color (decimal): -6210385 or 11484321. OLE color: 11484321.

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

Color convert

RGB 161 60 175 -
CMYK 0.08 0.66 0 0.31
HSL 292.7º 0.49% 0.46% -
HSV(B) 292.7º 0.66% 0.69% -
XYZ 24.05 13.9 41.97 -
YUV 103.31 168.46 169.15 -
System Red Green Blue C M Y K H S L
Decimal 161 60 175 0.08 0.66 0 0.31 292.7 0.49 0.46
Hex A1 3C AF 8 42 0 1F 125 31 2E
Octal 241 74 257 10 102 0 37 445 61 56
Binary 10100001 111100 10101111 1000 1000010 0 11111 100100101 110001 101110

Color Harmonies of #A13CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13CAF

Black with #A13CAF

Text Example


Text Example

White with #A13CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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