Html Css Color HEX #A175CA Lilac Bush

📋 copy color: '#A175CA'

red 161 ◦ green 117 ◦ blue 202

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

Shades of Lilac Bush #A175CA

Tints of Lilac Bush #A175CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.08%

R = 33.54%
G = 24.38%
B = 42.08%

CMYK

 C value IS 0.20

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A175CA (or 0xA175CA) is known color: Lilac Bush. HEX triplet: A1, 75 and CA. RGB value is (161,117,202). Sum of RGB (Red+Green+Blue) = 161+117+202=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 117 (46.09% from 255 or 24.38% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 202 - color contains mainly: blue. Hex color #A175CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A175CA is #5E8A35. Grayscale: #8B8B8B. Windows color (decimal): -6195766 or 13268385. OLE color: 13268385.

HSL color Cylindrical-coordinate representation of color #A175CA: hue angle of 271.06º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A175CA is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 161 117 202 -
CMYK 0.20 0.42 0 0.21
HSL 271.06º 0.45% 0.63% -
HSV(B) 271.06º 0.42% 0.79% -
XYZ 31.72 24.56 58.95 -
YUV 139.85 163.08 143.09 -
System Red Green Blue C M Y K H S L
Decimal 161 117 202 0.20 0.42 0 0.21 271.06 0.45 0.63
Hex A1 75 CA 14 2A 0 15 10F 2D 3F
Octal 241 165 312 24 52 0 25 417 55 77
Binary 10100001 1110101 11001010 10100 101010 0 10101 100001111 101101 111111

Color Harmonies of #A175CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A175CA

Black with #A175CA

Text Example


Text Example

White with #A175CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A175CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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