Html Css Color HEX #A170AD Ce Soir

📋 copy color: '#A170AD'

red 161 ◦ green 112 ◦ blue 173

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

Shades of Ce Soir #A170AD

Tints of Ce Soir #A170AD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.11%

 BLUE value IS 173 (67.97% from 255) = 38.79%

R = 36.1%
G = 25.11%
B = 38.79%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A170AD (or 0xA170AD) is known color: Ce Soir. HEX triplet: A1, 70 and AD. RGB value is (161,112,173). Sum of RGB (Red+Green+Blue) = 161+112+173=446 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.10% from 446); Green value is 112 (44.14% from 255 or 25.11% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 173 - color contains mainly: blue. Hex color #A170AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A170AD is #5E8F52. Grayscale: #858585. Windows color (decimal): -6197075 or 11366561. OLE color: 11366561.

HSL color Cylindrical-coordinate representation of color #A170AD: hue angle of 288.2º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A170AD is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 161 112 173 -
CMYK 0.07 0.35 0 0.32
HSL 288.2º 0.27% 0.56% -
HSV(B) 288.2º 0.35% 0.68% -
XYZ 28.03 22.18 42.34 -
YUV 133.61 150.23 147.54 -
System Red Green Blue C M Y K H S L
Decimal 161 112 173 0.07 0.35 0 0.32 288.2 0.27 0.56
Hex A1 70 AD 7 23 0 20 120 1B 38
Octal 241 160 255 7 43 0 40 440 33 70
Binary 10100001 1110000 10101101 111 100011 0 100000 100100000 11011 111000

Color Harmonies of #A170AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A170AD

Black with #A170AD

Text Example


Text Example

White with #A170AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A170AD; }

 p { color: rgb(161,112,173); }

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

background-color css

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

 a { background-color: rgb(161,112,173); }

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

border-color css

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

 span { border-color: rgb(161,112,173); }

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