Html Css Color HEX #A06CAC Ce Soir

📋 copy color: '#A06CAC'

red 160 ◦ green 108 ◦ blue 172

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

Shades of Ce Soir #A06CAC

Tints of Ce Soir #A06CAC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.55%

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

R = 36.36%
G = 24.55%
B = 39.09%

CMYK

 C value IS 0.07

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A06CAC (or 0xA06CAC) is known color: Ce Soir. HEX triplet: A0, 6C and AC. RGB value is (160,108,172). Sum of RGB (Red+Green+Blue) = 160+108+172=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 108 (42.58% from 255 or 24.55% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 172 - color contains mainly: blue. Hex color #A06CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06CAC is #5F9353. Grayscale: #828282. Windows color (decimal): -6263636 or 11300000. OLE color: 11300000.

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

Color convert

RGB 160 108 172 -
CMYK 0.07 0.37 0 0.33
HSL 288.75º 0.28% 0.55% -
HSV(B) 288.75º 0.37% 0.67% -
XYZ 27.31 21.18 41.68 -
YUV 130.84 151.23 148.8 -
System Red Green Blue C M Y K H S L
Decimal 160 108 172 0.07 0.37 0 0.33 288.75 0.28 0.55
Hex A0 6C AC 7 25 0 21 121 1C 37
Octal 240 154 254 7 45 0 41 441 34 67
Binary 10100000 1101100 10101100 111 100101 0 100001 100100001 11100 110111

Color Harmonies of #A06CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06CAC

Black with #A06CAC

Text Example


Text Example

White with #A06CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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