Html Css Color HEX #A172AD Ce Soir

📋 copy color: '#A172AD'

red 161 ◦ green 114 ◦ blue 173

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

Shades of Ce Soir #A172AD

Tints of Ce Soir #A172AD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.45%

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

R = 35.94%
G = 25.45%
B = 38.62%

CMYK

 C value IS 0.07

 M value IS 0.34

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A172AD (or 0xA172AD) is known color: Ce Soir. HEX triplet: A1, 72 and AD. RGB value is (161,114,173). Sum of RGB (Red+Green+Blue) = 161+114+173=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 173 - color contains mainly: blue. Hex color #A172AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A172AD is #5E8D52. Grayscale: #868686. Windows color (decimal): -6196563 or 11367073. OLE color: 11367073.

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

Color convert

RGB 161 114 173 -
CMYK 0.07 0.34 0 0.32
HSL 287.8º 0.26% 0.56% -
HSV(B) 287.8º 0.34% 0.68% -
XYZ 28.26 22.63 42.41 -
YUV 134.78 149.57 146.7 -
System Red Green Blue C M Y K H S L
Decimal 161 114 173 0.07 0.34 0 0.32 287.8 0.26 0.56
Hex A1 72 AD 7 22 0 20 120 1A 38
Octal 241 162 255 7 42 0 40 440 32 70
Binary 10100001 1110010 10101101 111 100010 0 100000 100100000 11010 111000

Color Harmonies of #A172AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A172AD

Black with #A172AD

Text Example


Text Example

White with #A172AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A172AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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