Html Css Color HEX #A175AA Ce Soir

📋 copy color: '#A175AA'

red 161 ◦ green 117 ◦ blue 170

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

Shades of Ce Soir #A175AA

Tints of Ce Soir #A175AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.95%

R = 35.94%
G = 26.12%
B = 37.95%

CMYK

 C value IS 0.05

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A175AA (or 0xA175AA) is known color: Ce Soir. HEX triplet: A1, 75 and AA. RGB value is (161,117,170). Sum of RGB (Red+Green+Blue) = 161+117+170=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 170 - color contains mainly: blue. Hex color #A175AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A175AA is #5E8A55. Grayscale: #888888. Windows color (decimal): -6195798 or 11171233. OLE color: 11171233.

HSL color Cylindrical-coordinate representation of color #A175AA: hue angle of 289.81º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A175AA is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 161 117 170 -
CMYK 0.05 0.31 0 0.33
HSL 289.81º 0.24% 0.56% -
HSV(B) 289.81º 0.31% 0.67% -
XYZ 28.31 23.2 41.02 -
YUV 136.2 147.08 145.69 -
System Red Green Blue C M Y K H S L
Decimal 161 117 170 0.05 0.31 0 0.33 289.81 0.24 0.56
Hex A1 75 AA 5 1F 0 21 122 18 38
Octal 241 165 252 5 37 0 41 442 30 70
Binary 10100001 1110101 10101010 101 11111 0 100001 100100010 11000 111000

Color Harmonies of #A175AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A175AA

Black with #A175AA

Text Example


Text Example

White with #A175AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A175AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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