Html Css Color HEX #A175AF Ce Soir

📋 copy color: '#A175AF'

red 161 ◦ green 117 ◦ blue 175

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

Shades of Ce Soir #A175AF

Tints of Ce Soir #A175AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.63%

R = 35.54%
G = 25.83%
B = 38.63%

CMYK

 C value IS 0.08

 M value IS 0.33

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A175AF (or 0xA175AF) is known color: Ce Soir. HEX triplet: A1, 75 and AF. RGB value is (161,117,175). Sum of RGB (Red+Green+Blue) = 161+117+175=453 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.54% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 175 - color contains mainly: blue. Hex color #A175AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A175AF is #5E8A50. Grayscale: #888888. Windows color (decimal): -6195793 or 11498913. OLE color: 11498913.

HSL color Cylindrical-coordinate representation of color #A175AF: hue angle of 285.52º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A175AF is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 161 117 175 -
CMYK 0.08 0.33 0 0.31
HSL 285.52º 0.27% 0.57% -
HSV(B) 285.52º 0.33% 0.69% -
XYZ 28.8 23.39 43.56 -
YUV 136.77 149.58 145.28 -
System Red Green Blue C M Y K H S L
Decimal 161 117 175 0.08 0.33 0 0.31 285.52 0.27 0.57
Hex A1 75 AF 8 21 0 1F 11E 1B 39
Octal 241 165 257 10 41 0 37 436 33 71
Binary 10100001 1110101 10101111 1000 100001 0 11111 100011110 11011 111001

Color Harmonies of #A175AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A175AF

Black with #A175AF

Text Example


Text Example

White with #A175AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A175AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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