Html Css Color HEX #A15CAF Deep Lilac

📋 copy color: '#A15CAF'

red 161 ◦ green 92 ◦ blue 175

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

Shades of Deep Lilac #A15CAF

Tints of Deep Lilac #A15CAF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.5%

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

R = 37.62%
G = 21.5%
B = 40.89%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A15CAF (or 0xA15CAF) is known color: Deep Lilac. HEX triplet: A1, 5C and AF. RGB value is (161,92,175). Sum of RGB (Red+Green+Blue) = 161+92+175=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 92 (36.33% from 255 or 21.50% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 175 - color contains mainly: blue. Hex color #A15CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15CAF is #5EA350. Grayscale: #797979. Windows color (decimal): -6202193 or 11492513. OLE color: 11492513.

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

Color convert

RGB 161 92 175 -
CMYK 0.08 0.47 0 0.31
HSL 289.88º 0.34% 0.52% -
HSV(B) 289.88º 0.47% 0.69% -
XYZ 26.26 18.33 42.71 -
YUV 122.09 157.86 155.75 -
System Red Green Blue C M Y K H S L
Decimal 161 92 175 0.08 0.47 0 0.31 289.88 0.34 0.52
Hex A1 5C AF 8 2F 0 1F 122 22 34
Octal 241 134 257 10 57 0 37 442 42 64
Binary 10100001 1011100 10101111 1000 101111 0 11111 100100010 100010 110100

Color Harmonies of #A15CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15CAF

Black with #A15CAF

Text Example


Text Example

White with #A15CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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