Html Css Color HEX #A473B1 Ce Soir

📋 copy color: '#A473B1'

red 164 ◦ green 115 ◦ blue 177

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

Shades of Ce Soir #A473B1

Tints of Ce Soir #A473B1

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.22%

 BLUE value IS 177 (69.53% from 255) = 38.82%

R = 35.96%
G = 25.22%
B = 38.82%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A473B1 (or 0xA473B1) is known color: Ce Soir. HEX triplet: A4, 73 and B1. RGB value is (164,115,177). Sum of RGB (Red+Green+Blue) = 164+115+177=456 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.96% from 456); Green value is 115 (45.31% from 255 or 25.22% from 456); Blue value is 177 (69.53% from 255 or 38.82% from 456); Max value from RGB is 177 - color contains mainly: blue. Hex color #A473B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A473B1 is #5B8C4E. Grayscale: #888888. Windows color (decimal): -5999695 or 11629476. OLE color: 11629476.

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

Color convert

RGB 164 115 177 -
CMYK 0.07 0.35 0 0.31
HSL 287.42º 0.28% 0.57% -
HSV(B) 287.42º 0.35% 0.69% -
XYZ 29.38 23.33 44.55 -
YUV 136.72 150.73 147.46 -
System Red Green Blue C M Y K H S L
Decimal 164 115 177 0.07 0.35 0 0.31 287.42 0.28 0.57
Hex A4 73 B1 7 23 0 1F 11F 1C 39
Octal 244 163 261 7 43 0 37 437 34 71
Binary 10100100 1110011 10110001 111 100011 0 11111 100011111 11100 111001

Color Harmonies of #A473B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A473B1

Black with #A473B1

Text Example


Text Example

White with #A473B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A473B1; }

 p { color: rgb(164,115,177); }

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

background-color css

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

 a { background-color: rgb(164,115,177); }

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

border-color css

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

 span { border-color: rgb(164,115,177); }

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