Html Css Color HEX #A175C3 Lilac Bush

📋 copy color: '#A175C3'

red 161 ◦ green 117 ◦ blue 195

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

Shades of Lilac Bush #A175C3

Tints of Lilac Bush #A175C3

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.74%

 BLUE value IS 195 (76.56% from 255) = 41.23%

R = 34.04%
G = 24.74%
B = 41.23%

CMYK

 C value IS 0.17

 M value IS 0.4

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A175C3 (or 0xA175C3) is known color: Lilac Bush. HEX triplet: A1, 75 and C3. RGB value is (161,117,195). Sum of RGB (Red+Green+Blue) = 161+117+195=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 117 (46.09% from 255 or 24.74% from 473); Blue value is 195 (76.56% from 255 or 41.23% from 473); Max value from RGB is 195 - color contains mainly: blue. Hex color #A175C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A175C3 is #5E8A3C. Grayscale: #8A8A8A. Windows color (decimal): -6195773 or 12809633. OLE color: 12809633.

HSL color Cylindrical-coordinate representation of color #A175C3: hue angle of 273.85º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A175C3 is Cyan = 0.17, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 161 117 195 -
CMYK 0.17 0.4 0 0.24
HSL 273.85º 0.39% 0.61% -
HSV(B) 273.85º 0.4% 0.76% -
XYZ 30.91 24.24 54.68 -
YUV 139.05 159.58 143.66 -
System Red Green Blue C M Y K H S L
Decimal 161 117 195 0.17 0.4 0 0.24 273.85 0.39 0.61
Hex A1 75 C3 11 28 0 18 112 27 3D
Octal 241 165 303 21 50 0 30 422 47 75
Binary 10100001 1110101 11000011 10001 101000 0 11000 100010010 100111 111101

Color Harmonies of #A175C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A175C3

Black with #A175C3

Text Example


Text Example

White with #A175C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A175C3; }

 p { color: rgb(161,117,195); }

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

background-color css

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

 a { background-color: rgb(161,117,195); }

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

border-color css

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

 span { border-color: rgb(161,117,195); }

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