Html Css Color HEX #A06BAC Ce Soir

📋 copy color: '#A06BAC'

red 160 ◦ green 107 ◦ blue 172

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

Shades of Ce Soir #A06BAC

Tints of Ce Soir #A06BAC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.37%

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

R = 36.45%
G = 24.37%
B = 39.18%

CMYK

 C value IS 0.07

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A06BAC (or 0xA06BAC) is known color: Ce Soir. HEX triplet: A0, 6B and AC. RGB value is (160,107,172). Sum of RGB (Red+Green+Blue) = 160+107+172=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 107 (42.19% from 255 or 24.37% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 172 - color contains mainly: blue. Hex color #A06BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06BAC is #5F9453. Grayscale: #828282. Windows color (decimal): -6263892 or 11299744. OLE color: 11299744.

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

Color convert

RGB 160 107 172 -
CMYK 0.07 0.38 0 0.33
HSL 288.92º 0.28% 0.55% -
HSV(B) 288.92º 0.38% 0.67% -
XYZ 27.2 20.97 41.64 -
YUV 130.26 151.56 149.21 -
System Red Green Blue C M Y K H S L
Decimal 160 107 172 0.07 0.38 0 0.33 288.92 0.28 0.55
Hex A0 6B AC 7 26 0 21 121 1C 37
Octal 240 153 254 7 46 0 41 441 34 67
Binary 10100000 1101011 10101100 111 100110 0 100001 100100001 11100 110111

Color Harmonies of #A06BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06BAC

Black with #A06BAC

Text Example


Text Example

White with #A06BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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