Html Css Color HEX #A07FAE Ce Soir

📋 copy color: '#A07FAE'

red 160 ◦ green 127 ◦ blue 174

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

Shades of Ce Soir #A07FAE

Tints of Ce Soir #A07FAE

RGB

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

 GREEN value IS 127 (50% from 255) = 27.55%

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

R = 34.71%
G = 27.55%
B = 37.74%

CMYK

 C value IS 0.08

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A07FAE (or 0xA07FAE) is known color: Ce Soir. HEX triplet: A0, 7F and AE. RGB value is (160,127,174). Sum of RGB (Red+Green+Blue) = 160+127+174=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 127 (50% from 255 or 27.55% from 461); Blue value is 174 (68.36% from 255 or 37.74% from 461); Max value from RGB is 174 - color contains mainly: blue. Hex color #A07FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07FAE is #5F8051. Grayscale: #8E8E8E. Windows color (decimal): -6258770 or 11435936. OLE color: 11435936.

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

Color convert

RGB 160 127 174 -
CMYK 0.08 0.27 0 0.32
HSL 282.13º 0.22% 0.59% -
HSV(B) 282.13º 0.27% 0.68% -
XYZ 29.73 25.71 43.44 -
YUV 142.23 145.93 140.68 -
System Red Green Blue C M Y K H S L
Decimal 160 127 174 0.08 0.27 0 0.32 282.13 0.22 0.59
Hex A0 7F AE 8 1B 0 20 11A 16 3B
Octal 240 177 256 10 33 0 40 432 26 73
Binary 10100000 1111111 10101110 1000 11011 0 100000 100011010 10110 111011

Color Harmonies of #A07FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07FAE

Black with #A07FAE

Text Example


Text Example

White with #A07FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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