Html Css Color HEX #A172AE Ce Soir

📋 copy color: '#A172AE'

red 161 ◦ green 114 ◦ blue 174

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

Shades of Ce Soir #A172AE

Tints of Ce Soir #A172AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 38.75%

R = 35.86%
G = 25.39%
B = 38.75%

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

#A172AE (or 0xA172AE) is known color: Ce Soir. HEX triplet: A1, 72 and AE. RGB value is (161,114,174). Sum of RGB (Red+Green+Blue) = 161+114+174=449 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.86% from 449); Green value is 114 (44.92% from 255 or 25.39% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 174 - color contains mainly: blue. Hex color #A172AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A172AE is #5E8D51. Grayscale: #868686. Windows color (decimal): -6196562 or 11432609. OLE color: 11432609.

HSL color Cylindrical-coordinate representation of color #A172AE: hue angle of 287º degrees, saturation: 0.27, 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 #A172AE is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 161 114 174 -
CMYK 0.07 0.34 0 0.32
HSL 287º 0.27% 0.56% -
HSV(B) 287º 0.34% 0.68% -
XYZ 28.36 22.67 42.93 -
YUV 134.89 150.07 146.62 -
System Red Green Blue C M Y K H S L
Decimal 161 114 174 0.07 0.34 0 0.32 287 0.27 0.56
Hex A1 72 AE 7 22 0 20 11F 1B 38
Octal 241 162 256 7 42 0 40 437 33 70
Binary 10100001 1110010 10101110 111 100010 0 100000 100011111 11011 111000

Color Harmonies of #A172AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A172AE

Black with #A172AE

Text Example


Text Example

White with #A172AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A172AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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