Html Css Color HEX #A06EAB Ce Soir

📋 copy color: '#A06EAB'

red 160 ◦ green 110 ◦ blue 171

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

Shades of Ce Soir #A06EAB

Tints of Ce Soir #A06EAB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.94%

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

R = 36.28%
G = 24.94%
B = 38.78%

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

#A06EAB (or 0xA06EAB) is known color: Ce Soir. HEX triplet: A0, 6E and AB. RGB value is (160,110,171). Sum of RGB (Red+Green+Blue) = 160+110+171=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 110 (43.36% from 255 or 24.94% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 171 - color contains mainly: blue. Hex color #A06EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06EAB is #5F9154. Grayscale: #838383. Windows color (decimal): -6263125 or 11234976. OLE color: 11234976.

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

Color convert

RGB 160 110 171 -
CMYK 0.06 0.36 0 0.33
HSL 289.18º 0.27% 0.55% -
HSV(B) 289.18º 0.36% 0.67% -
XYZ 27.42 21.57 41.25 -
YUV 131.9 150.07 148.04 -
System Red Green Blue C M Y K H S L
Decimal 160 110 171 0.06 0.36 0 0.33 289.18 0.27 0.55
Hex A0 6E AB 6 24 0 21 121 1B 37
Octal 240 156 253 6 44 0 41 441 33 67
Binary 10100000 1101110 10101011 110 100100 0 100001 100100001 11011 110111

Color Harmonies of #A06EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06EAB

Black with #A06EAB

Text Example


Text Example

White with #A06EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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