Html Css Color HEX #A06DAB Ce Soir

📋 copy color: '#A06DAB'

red 160 ◦ green 109 ◦ blue 171

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

Shades of Ce Soir #A06DAB

Tints of Ce Soir #A06DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.86%

R = 36.36%
G = 24.77%
B = 38.86%

CMYK

 C value IS 0.06

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A06DAB (or 0xA06DAB) is known color: Ce Soir. HEX triplet: A0, 6D and AB. RGB value is (160,109,171). Sum of RGB (Red+Green+Blue) = 160+109+171=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 109 (42.97% from 255 or 24.77% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 171 - color contains mainly: blue. Hex color #A06DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06DAB is #5F9254. Grayscale: #838383. Windows color (decimal): -6263381 or 11234720. OLE color: 11234720.

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

Color convert

RGB 160 109 171 -
CMYK 0.06 0.36 0 0.33
HSL 289.35º 0.27% 0.55% -
HSV(B) 289.35º 0.36% 0.67% -
XYZ 27.32 21.35 41.21 -
YUV 131.32 150.4 148.46 -
System Red Green Blue C M Y K H S L
Decimal 160 109 171 0.06 0.36 0 0.33 289.35 0.27 0.55
Hex A0 6D AB 6 24 0 21 121 1B 37
Octal 240 155 253 6 44 0 41 441 33 67
Binary 10100000 1101101 10101011 110 100100 0 100001 100100001 11011 110111

Color Harmonies of #A06DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06DAB

Black with #A06DAB

Text Example


Text Example

White with #A06DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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