Html Css Color HEX #A07CAE Ce Soir

📋 copy color: '#A07CAE'

red 160 ◦ green 124 ◦ blue 174

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

Shades of Ce Soir #A07CAE

Tints of Ce Soir #A07CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.99%

R = 34.93%
G = 27.07%
B = 37.99%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A07CAE (or 0xA07CAE) is known color: Ce Soir. HEX triplet: A0, 7C and AE. RGB value is (160,124,174). Sum of RGB (Red+Green+Blue) = 160+124+174=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 124 (48.83% from 255 or 27.07% from 458); Blue value is 174 (68.36% from 255 or 37.99% from 458); Max value from RGB is 174 - color contains mainly: blue. Hex color #A07CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07CAE is #5F8351. Grayscale: #8C8C8C. Windows color (decimal): -6259538 or 11435168. OLE color: 11435168.

HSL color Cylindrical-coordinate representation of color #A07CAE: hue angle of 283.2º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A07CAE is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 160 124 174 -
CMYK 0.08 0.29 0 0.32
HSL 283.2º 0.24% 0.58% -
HSV(B) 283.2º 0.29% 0.68% -
XYZ 29.34 24.94 43.31 -
YUV 140.46 146.93 141.93 -
System Red Green Blue C M Y K H S L
Decimal 160 124 174 0.08 0.29 0 0.32 283.2 0.24 0.58
Hex A0 7C AE 8 1D 0 20 11B 18 3A
Octal 240 174 256 10 35 0 40 433 30 72
Binary 10100000 1111100 10101110 1000 11101 0 100000 100011011 11000 111010

Color Harmonies of #A07CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07CAE

Black with #A07CAE

Text Example


Text Example

White with #A07CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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