Html Css Color HEX #A06EAE Ce Soir

📋 copy color: '#A06EAE'

red 160 ◦ green 110 ◦ blue 174

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

Shades of Ce Soir #A06EAE

Tints of Ce Soir #A06EAE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.77%

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

R = 36.04%
G = 24.77%
B = 39.19%

CMYK

 C value IS 0.08

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A06EAE (or 0xA06EAE) is known color: Ce Soir. HEX triplet: A0, 6E and AE. RGB value is (160,110,174). Sum of RGB (Red+Green+Blue) = 160+110+174=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 110 (43.36% from 255 or 24.77% from 444); Blue value is 174 (68.36% from 255 or 39.19% from 444); Max value from RGB is 174 - color contains mainly: blue. Hex color #A06EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06EAE is #5F9151. Grayscale: #848484. Windows color (decimal): -6263122 or 11431584. OLE color: 11431584.

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

Color convert

RGB 160 110 174 -
CMYK 0.08 0.37 0 0.32
HSL 286.88º 0.28% 0.56% -
HSV(B) 286.88º 0.37% 0.68% -
XYZ 27.71 21.68 42.77 -
YUV 132.25 151.57 147.8 -
System Red Green Blue C M Y K H S L
Decimal 160 110 174 0.08 0.37 0 0.32 286.88 0.28 0.56
Hex A0 6E AE 8 25 0 20 11F 1C 38
Octal 240 156 256 10 45 0 40 437 34 70
Binary 10100000 1101110 10101110 1000 100101 0 100000 100011111 11100 111000

Color Harmonies of #A06EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06EAE

Black with #A06EAE

Text Example


Text Example

White with #A06EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06EAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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