Html Css Color HEX #A06FAD Ce Soir

📋 copy color: '#A06FAD'

red 160 ◦ green 111 ◦ blue 173

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

Shades of Ce Soir #A06FAD

Tints of Ce Soir #A06FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.96%

R = 36.04%
G = 25%
B = 38.96%

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

#A06FAD (or 0xA06FAD) is known color: Ce Soir. HEX triplet: A0, 6F and AD. RGB value is (160,111,173). Sum of RGB (Red+Green+Blue) = 160+111+173=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 111 (43.75% from 255 or 25% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 173 - color contains mainly: blue. Hex color #A06FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06FAD is #5F9052. Grayscale: #848484. Windows color (decimal): -6262867 or 11366304. OLE color: 11366304.

HSL color Cylindrical-coordinate representation of color #A06FAD: hue angle of 287.42º degrees, saturation: 0.27, 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 #A06FAD is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 160 111 173 -
CMYK 0.08 0.36 0 0.32
HSL 287.42º 0.27% 0.56% -
HSV(B) 287.42º 0.36% 0.68% -
XYZ 27.72 21.86 42.29 -
YUV 132.72 150.73 147.46 -
System Red Green Blue C M Y K H S L
Decimal 160 111 173 0.08 0.36 0 0.32 287.42 0.27 0.56
Hex A0 6F AD 8 24 0 20 11F 1B 38
Octal 240 157 255 10 44 0 40 437 33 70
Binary 10100000 1101111 10101101 1000 100100 0 100000 100011111 11011 111000

Color Harmonies of #A06FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06FAD

Black with #A06FAD

Text Example


Text Example

White with #A06FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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