Html Css Color HEX #A13EAF Deep Lilac

📋 copy color: '#A13EAF'

red 161 ◦ green 62 ◦ blue 175

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

Shades of Deep Lilac #A13EAF

Tints of Deep Lilac #A13EAF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.58%

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

R = 40.45%
G = 15.58%
B = 43.97%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A13EAF (or 0xA13EAF) is known color: Deep Lilac. HEX triplet: A1, 3E and AF. RGB value is (161,62,175). Sum of RGB (Red+Green+Blue) = 161+62+175=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 62 (24.61% from 255 or 15.58% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 175 - color contains mainly: blue. Hex color #A13EAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13EAF is #5EC150. Grayscale: #686868. Windows color (decimal): -6209873 or 11484833. OLE color: 11484833.

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

Color convert

RGB 161 62 175 -
CMYK 0.08 0.65 0 0.31
HSL 292.57º 0.48% 0.46% -
HSV(B) 292.57º 0.65% 0.69% -
XYZ 24.16 14.12 42.01 -
YUV 104.48 167.8 168.31 -
System Red Green Blue C M Y K H S L
Decimal 161 62 175 0.08 0.65 0 0.31 292.57 0.48 0.46
Hex A1 3E AF 8 41 0 1F 125 30 2E
Octal 241 76 257 10 101 0 37 445 60 56
Binary 10100001 111110 10101111 1000 1000001 0 11111 100100101 110000 101110

Color Harmonies of #A13EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13EAF

Black with #A13EAF

Text Example


Text Example

White with #A13EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13EAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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