Html Css Color HEX #A06FAE Ce Soir

📋 copy color: '#A06FAE'

red 160 ◦ green 111 ◦ blue 174

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

Shades of Ce Soir #A06FAE

Tints of Ce Soir #A06FAE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.94%

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

R = 35.96%
G = 24.94%
B = 39.1%

CMYK

 C value IS 0.08

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A06FAE (or 0xA06FAE) is known color: Ce Soir. HEX triplet: A0, 6F and AE. RGB value is (160,111,174). Sum of RGB (Red+Green+Blue) = 160+111+174=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 111 (43.75% from 255 or 24.94% from 445); Blue value is 174 (68.36% from 255 or 39.10% from 445); Max value from RGB is 174 - color contains mainly: blue. Hex color #A06FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06FAE is #5F9051. Grayscale: #848484. Windows color (decimal): -6262866 or 11431840. OLE color: 11431840.

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

Color convert

RGB 160 111 174 -
CMYK 0.08 0.36 0 0.32
HSL 286.67º 0.28% 0.56% -
HSV(B) 286.67º 0.36% 0.68% -
XYZ 27.82 21.9 42.8 -
YUV 132.83 151.23 147.38 -
System Red Green Blue C M Y K H S L
Decimal 160 111 174 0.08 0.36 0 0.32 286.67 0.28 0.56
Hex A0 6F AE 8 24 0 20 11F 1C 38
Octal 240 157 256 10 44 0 40 437 34 70
Binary 10100000 1101111 10101110 1000 100100 0 100000 100011111 11100 111000

Color Harmonies of #A06FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06FAE

Black with #A06FAE

Text Example


Text Example

White with #A06FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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