Html Css Color HEX #A06CAD Ce Soir

📋 copy color: '#A06CAD'

red 160 ◦ green 108 ◦ blue 173

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

Shades of Ce Soir #A06CAD

Tints of Ce Soir #A06CAD

RGB

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

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

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

R = 36.28%
G = 24.49%
B = 39.23%

CMYK

 C value IS 0.08

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A06CAD (or 0xA06CAD) is known color: Ce Soir. HEX triplet: A0, 6C and AD. RGB value is (160,108,173). Sum of RGB (Red+Green+Blue) = 160+108+173=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 108 (42.58% from 255 or 24.49% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 173 - color contains mainly: blue. Hex color #A06CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06CAD is #5F9352. Grayscale: #828282. Windows color (decimal): -6263635 or 11365536. OLE color: 11365536.

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

Color convert

RGB 160 108 173 -
CMYK 0.08 0.38 0 0.32
HSL 288º 0.28% 0.55% -
HSV(B) 288º 0.38% 0.68% -
XYZ 27.4 21.22 42.19 -
YUV 130.96 151.73 148.71 -
System Red Green Blue C M Y K H S L
Decimal 160 108 173 0.08 0.38 0 0.32 288 0.28 0.55
Hex A0 6C AD 8 26 0 20 120 1C 37
Octal 240 154 255 10 46 0 40 440 34 67
Binary 10100000 1101100 10101101 1000 100110 0 100000 100100000 11100 110111

Color Harmonies of #A06CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06CAD

Black with #A06CAD

Text Example


Text Example

White with #A06CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06CAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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