Html Css Color HEX #A06FAC Ce Soir

📋 copy color: '#A06FAC'

red 160 ◦ green 111 ◦ blue 172

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

Shades of Ce Soir #A06FAC

Tints of Ce Soir #A06FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.83%

R = 36.12%
G = 25.06%
B = 38.83%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A06FAC (or 0xA06FAC) is known color: Ce Soir. HEX triplet: A0, 6F and AC. RGB value is (160,111,172). Sum of RGB (Red+Green+Blue) = 160+111+172=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 111 (43.75% from 255 or 25.06% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 172 - color contains mainly: blue. Hex color #A06FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06FAC is #5F9053. Grayscale: #848484. Windows color (decimal): -6262868 or 11300768. OLE color: 11300768.

HSL color Cylindrical-coordinate representation of color #A06FAC: hue angle of 288.2º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A06FAC is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 111 172 -
CMYK 0.07 0.35 0 0.33
HSL 288.2º 0.27% 0.55% -
HSV(B) 288.2º 0.35% 0.67% -
XYZ 27.63 21.82 41.79 -
YUV 132.61 150.23 147.54 -
System Red Green Blue C M Y K H S L
Decimal 160 111 172 0.07 0.35 0 0.33 288.2 0.27 0.55
Hex A0 6F AC 7 23 0 21 120 1B 37
Octal 240 157 254 7 43 0 41 440 33 67
Binary 10100000 1101111 10101100 111 100011 0 100001 100100000 11011 110111

Color Harmonies of #A06FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06FAC

Black with #A06FAC

Text Example


Text Example

White with #A06FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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