Html Css Color HEX #A372AC Ce Soir

📋 copy color: '#A372AC'

red 163 ◦ green 114 ◦ blue 172

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

Shades of Ce Soir #A372AC

Tints of Ce Soir #A372AC

RGB

 RED value IS 163 (64.06% from 255) = 36.3%

 GREEN value IS 114 (44.92% from 255) = 25.39%

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

R = 36.3%
G = 25.39%
B = 38.31%

CMYK

 C value IS 0.05

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A372AC (or 0xA372AC) is known color: Ce Soir. HEX triplet: A3, 72 and AC. RGB value is (163,114,172). Sum of RGB (Red+Green+Blue) = 163+114+172=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 114 (44.92% from 255 or 25.39% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 172 - color contains mainly: blue. Hex color #A372AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A372AC is #5C8D53. Grayscale: #878787. Windows color (decimal): -6065492 or 11301539. OLE color: 11301539.

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

Color convert

RGB 163 114 172 -
CMYK 0.05 0.34 0 0.33
HSL 290.69º 0.26% 0.56% -
HSV(B) 290.69º 0.34% 0.67% -
XYZ 28.57 22.8 41.92 -
YUV 135.26 148.73 147.78 -
System Red Green Blue C M Y K H S L
Decimal 163 114 172 0.05 0.34 0 0.33 290.69 0.26 0.56
Hex A3 72 AC 5 22 0 21 123 1A 38
Octal 243 162 254 5 42 0 41 443 32 70
Binary 10100011 1110010 10101100 101 100010 0 100001 100100011 11010 111000

Color Harmonies of #A372AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A372AC

Black with #A372AC

Text Example


Text Example

White with #A372AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A372AC; }

 p { color: rgb(163,114,172); }

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

background-color css

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

 a { background-color: rgb(163,114,172); }

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

border-color css

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

 span { border-color: rgb(163,114,172); }

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