Html Css Color HEX #A475AC Ce Soir

📋 copy color: '#A475AC'

red 164 ◦ green 117 ◦ blue 172

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

Shades of Ce Soir #A475AC

Tints of Ce Soir #A475AC

RGB

 RED value IS 164 (64.45% from 255) = 36.2%

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

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

R = 36.2%
G = 25.83%
B = 37.97%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A475AC (or 0xA475AC) is known color: Ce Soir. HEX triplet: A4, 75 and AC. RGB value is (164,117,172). Sum of RGB (Red+Green+Blue) = 164+117+172=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 172 - color contains mainly: blue. Hex color #A475AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A475AC is #5B8A53. Grayscale: #898989. Windows color (decimal): -5999188 or 11302308. OLE color: 11302308.

HSL color Cylindrical-coordinate representation of color #A475AC: hue angle of 291.27º 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 #A475AC is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 117 172 -
CMYK 0.05 0.32 0 0.33
HSL 291.27º 0.25% 0.57% -
HSV(B) 291.27º 0.32% 0.67% -
XYZ 29.12 23.59 42.05 -
YUV 137.32 147.57 147.03 -
System Red Green Blue C M Y K H S L
Decimal 164 117 172 0.05 0.32 0 0.33 291.27 0.25 0.57
Hex A4 75 AC 5 20 0 21 123 19 39
Octal 244 165 254 5 40 0 41 443 31 71
Binary 10100100 1110101 10101100 101 100000 0 100001 100100011 11001 111001

Color Harmonies of #A475AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A475AC

Black with #A475AC

Text Example


Text Example

White with #A475AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A475AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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