Html Css Color HEX #A07EAE Ce Soir

📋 copy color: '#A07EAE'

red 160 ◦ green 126 ◦ blue 174

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

Shades of Ce Soir #A07EAE

Tints of Ce Soir #A07EAE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.39%

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

R = 34.78%
G = 27.39%
B = 37.83%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A07EAE (or 0xA07EAE) is known color: Ce Soir. HEX triplet: A0, 7E and AE. RGB value is (160,126,174). Sum of RGB (Red+Green+Blue) = 160+126+174=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 126 (49.61% from 255 or 27.39% from 460); Blue value is 174 (68.36% from 255 or 37.83% from 460); Max value from RGB is 174 - color contains mainly: blue. Hex color #A07EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07EAE is #5F8151. Grayscale: #8D8D8D. Windows color (decimal): -6259026 or 11435680. OLE color: 11435680.

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

Color convert

RGB 160 126 174 -
CMYK 0.08 0.28 0 0.32
HSL 282.5º 0.23% 0.59% -
HSV(B) 282.5º 0.28% 0.68% -
XYZ 29.6 25.45 43.4 -
YUV 141.64 146.26 141.1 -
System Red Green Blue C M Y K H S L
Decimal 160 126 174 0.08 0.28 0 0.32 282.5 0.23 0.59
Hex A0 7E AE 8 1C 0 20 11A 17 3B
Octal 240 176 256 10 34 0 40 432 27 73
Binary 10100000 1111110 10101110 1000 11100 0 100000 100011010 10111 111011

Color Harmonies of #A07EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07EAE

Black with #A07EAE

Text Example


Text Example

White with #A07EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07EAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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