Html Css Color HEX #A375AC Ce Soir

📋 copy color: '#A375AC'

red 163 ◦ green 117 ◦ blue 172

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

Shades of Ce Soir #A375AC

Tints of Ce Soir #A375AC

RGB

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

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

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

R = 36.06%
G = 25.88%
B = 38.05%

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

#A375AC (or 0xA375AC) is known color: Ce Soir. HEX triplet: A3, 75 and AC. RGB value is (163,117,172). Sum of RGB (Red+Green+Blue) = 163+117+172=452 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.06% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 172 - color contains mainly: blue. Hex color #A375AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A375AC is #5C8A53. Grayscale: #888888. Windows color (decimal): -6064724 or 11302307. OLE color: 11302307.

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

Color convert

RGB 163 117 172 -
CMYK 0.05 0.32 0 0.33
HSL 290.18º 0.25% 0.57% -
HSV(B) 290.18º 0.32% 0.67% -
XYZ 28.91 23.49 42.04 -
YUV 137.02 147.74 146.53 -
System Red Green Blue C M Y K H S L
Decimal 163 117 172 0.05 0.32 0 0.33 290.18 0.25 0.57
Hex A3 75 AC 5 20 0 21 122 19 39
Octal 243 165 254 5 40 0 41 442 31 71
Binary 10100011 1110101 10101100 101 100000 0 100001 100100010 11001 111001

Color Harmonies of #A375AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A375AC

Black with #A375AC

Text Example


Text Example

White with #A375AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A375AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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