Html Css Color HEX #A175AC Ce Soir

📋 copy color: '#A175AC'

red 161 ◦ green 117 ◦ blue 172

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

Shades of Ce Soir #A175AC

Tints of Ce Soir #A175AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.22%

R = 35.78%
G = 26%
B = 38.22%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A175AC (or 0xA175AC) is known color: Ce Soir. HEX triplet: A1, 75 and AC. RGB value is (161,117,172). Sum of RGB (Red+Green+Blue) = 161+117+172=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 117 (46.09% from 255 or 26% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 172 - color contains mainly: blue. Hex color #A175AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A175AC is #5E8A53. Grayscale: #888888. Windows color (decimal): -6195796 or 11302305. OLE color: 11302305.

HSL color Cylindrical-coordinate representation of color #A175AC: hue angle of 288º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A175AC is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 161 117 172 -
CMYK 0.06 0.32 0 0.33
HSL 288º 0.25% 0.57% -
HSV(B) 288º 0.32% 0.67% -
XYZ 28.51 23.28 42.02 -
YUV 136.43 148.08 145.53 -
System Red Green Blue C M Y K H S L
Decimal 161 117 172 0.06 0.32 0 0.33 288 0.25 0.57
Hex A1 75 AC 6 20 0 21 120 19 39
Octal 241 165 254 6 40 0 41 440 31 71
Binary 10100001 1110101 10101100 110 100000 0 100001 100100000 11001 111001

Color Harmonies of #A175AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A175AC

Black with #A175AC

Text Example


Text Example

White with #A175AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A175AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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