Html Css Color HEX #A06DAC Ce Soir

📋 copy color: '#A06DAC'

red 160 ◦ green 109 ◦ blue 172

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

Shades of Ce Soir #A06DAC

Tints of Ce Soir #A06DAC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.72%

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

R = 36.28%
G = 24.72%
B = 39%

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

#A06DAC (or 0xA06DAC) is known color: Ce Soir. HEX triplet: A0, 6D and AC. RGB value is (160,109,172). Sum of RGB (Red+Green+Blue) = 160+109+172=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 109 (42.97% from 255 or 24.72% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 172 - color contains mainly: blue. Hex color #A06DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06DAC is #5F9253. Grayscale: #838383. Windows color (decimal): -6263380 or 11300256. OLE color: 11300256.

HSL color Cylindrical-coordinate representation of color #A06DAC: hue angle of 288.57º 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 #A06DAC is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 109 172 -
CMYK 0.07 0.37 0 0.33
HSL 288.57º 0.28% 0.55% -
HSV(B) 288.57º 0.37% 0.67% -
XYZ 27.41 21.39 41.71 -
YUV 131.43 150.9 148.38 -
System Red Green Blue C M Y K H S L
Decimal 160 109 172 0.07 0.37 0 0.33 288.57 0.28 0.55
Hex A0 6D AC 7 25 0 21 121 1C 37
Octal 240 155 254 7 45 0 41 441 34 67
Binary 10100000 1101101 10101100 111 100101 0 100001 100100001 11100 110111

Color Harmonies of #A06DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06DAC

Black with #A06DAC

Text Example


Text Example

White with #A06DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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