Html Css Color HEX #A372AF Ce Soir

📋 copy color: '#A372AF'

red 163 ◦ green 114 ◦ blue 175

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

Shades of Ce Soir #A372AF

Tints of Ce Soir #A372AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.72%

R = 36.06%
G = 25.22%
B = 38.72%

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

#A372AF (or 0xA372AF) is known color: Ce Soir. HEX triplet: A3, 72 and AF. RGB value is (163,114,175). Sum of RGB (Red+Green+Blue) = 163+114+175=452 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.06% from 452); Green value is 114 (44.92% from 255 or 25.22% from 452); Blue value is 175 (68.75% from 255 or 38.72% from 452); Max value from RGB is 175 - color contains mainly: blue. Hex color #A372AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A372AF is #5C8D50. Grayscale: #878787. Windows color (decimal): -6065489 or 11498147. OLE color: 11498147.

HSL color Cylindrical-coordinate representation of color #A372AF: hue angle of 288.2º 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 #A372AF is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 163 114 175 -
CMYK 0.07 0.35 0 0.31
HSL 288.2º 0.28% 0.57% -
HSV(B) 288.2º 0.35% 0.69% -
XYZ 28.86 22.92 43.46 -
YUV 135.61 150.23 147.54 -
System Red Green Blue C M Y K H S L
Decimal 163 114 175 0.07 0.35 0 0.31 288.2 0.28 0.57
Hex A3 72 AF 7 23 0 1F 120 1C 39
Octal 243 162 257 7 43 0 37 440 34 71
Binary 10100011 1110010 10101111 111 100011 0 11111 100100000 11100 111001

Color Harmonies of #A372AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A372AF

Black with #A372AF

Text Example


Text Example

White with #A372AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A372AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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