Html Css Color HEX #A07CAC Ce Soir

📋 copy color: '#A07CAC'

red 160 ◦ green 124 ◦ blue 172

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

Shades of Ce Soir #A07CAC

Tints of Ce Soir #A07CAC

RGB

 RED value IS 160 (62.89% from 255) = 35.09%

 GREEN value IS 124 (48.83% from 255) = 27.19%

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

R = 35.09%
G = 27.19%
B = 37.72%

CMYK

 C value IS 0.07

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A07CAC (or 0xA07CAC) is known color: Ce Soir. HEX triplet: A0, 7C and AC. RGB value is (160,124,172). Sum of RGB (Red+Green+Blue) = 160+124+172=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 124 (48.83% from 255 or 27.19% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 172 - color contains mainly: blue. Hex color #A07CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07CAC is #5F8353. Grayscale: #8C8C8C. Windows color (decimal): -6259540 or 11304096. OLE color: 11304096.

HSL color Cylindrical-coordinate representation of color #A07CAC: hue angle of 285º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A07CAC is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 124 172 -
CMYK 0.07 0.28 0 0.33
HSL 285º 0.22% 0.58% -
HSV(B) 285º 0.28% 0.67% -
XYZ 29.15 24.87 42.29 -
YUV 140.24 145.93 142.1 -
System Red Green Blue C M Y K H S L
Decimal 160 124 172 0.07 0.28 0 0.33 285 0.22 0.58
Hex A0 7C AC 7 1C 0 21 11D 16 3A
Octal 240 174 254 7 34 0 41 435 26 72
Binary 10100000 1111100 10101100 111 11100 0 100001 100011101 10110 111010

Color Harmonies of #A07CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07CAC

Black with #A07CAC

Text Example


Text Example

White with #A07CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07CAC; }

 p { color: rgb(160,124,172); }

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

background-color css

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

 a { background-color: rgb(160,124,172); }

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

border-color css

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

 span { border-color: rgb(160,124,172); }

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