Html Css Color HEX #A179B2 Ce Soir

📋 copy color: '#A179B2'

red 161 ◦ green 121 ◦ blue 178

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

Shades of Ce Soir #A179B2

Tints of Ce Soir #A179B2

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.3%

 BLUE value IS 178 (69.92% from 255) = 38.7%

R = 35%
G = 26.3%
B = 38.7%

CMYK

 C value IS 0.10

 M value IS 0.32

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A179B2 (or 0xA179B2) is known color: Ce Soir. HEX triplet: A1, 79 and B2. RGB value is (161,121,178). Sum of RGB (Red+Green+Blue) = 161+121+178=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 178 (69.92% from 255 or 38.70% from 460); Max value from RGB is 178 - color contains mainly: blue. Hex color #A179B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A179B2 is #5E864D. Grayscale: #8B8B8B. Windows color (decimal): -6194766 or 11696545. OLE color: 11696545.

HSL color Cylindrical-coordinate representation of color #A179B2: hue angle of 282.11º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A179B2 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 161 121 178 -
CMYK 0.10 0.32 0 0.30
HSL 282.11º 0.27% 0.59% -
HSV(B) 282.11º 0.32% 0.7% -
XYZ 29.57 24.47 45.28 -
YUV 139.46 149.75 143.37 -
System Red Green Blue C M Y K H S L
Decimal 161 121 178 0.10 0.32 0 0.30 282.11 0.27 0.59
Hex A1 79 B2 A 20 0 1E 11A 1B 3B
Octal 241 171 262 12 40 0 36 432 33 73
Binary 10100001 1111001 10110010 1010 100000 0 11110 100011010 11011 111011

Color Harmonies of #A179B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A179B2

Black with #A179B2

Text Example


Text Example

White with #A179B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A179B2; }

 p { color: rgb(161,121,178); }

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

background-color css

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

 a { background-color: rgb(161,121,178); }

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

border-color css

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

 span { border-color: rgb(161,121,178); }

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