Html Css Color HEX #A06AAE Ce Soir

📋 copy color: '#A06AAE'

red 160 ◦ green 106 ◦ blue 174

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

Shades of Ce Soir #A06AAE

Tints of Ce Soir #A06AAE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.09%

 BLUE value IS 174 (68.36% from 255) = 39.55%

R = 36.36%
G = 24.09%
B = 39.55%

CMYK

 C value IS 0.08

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A06AAE (or 0xA06AAE) is known color: Ce Soir. HEX triplet: A0, 6A and AE. RGB value is (160,106,174). Sum of RGB (Red+Green+Blue) = 160+106+174=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 106 (41.80% from 255 or 24.09% from 440); Blue value is 174 (68.36% from 255 or 39.55% from 440); Max value from RGB is 174 - color contains mainly: blue. Hex color #A06AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06AAE is #5F9551. Grayscale: #818181. Windows color (decimal): -6264146 or 11430560. OLE color: 11430560.

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

Color convert

RGB 160 106 174 -
CMYK 0.08 0.39 0 0.32
HSL 287.65º 0.3% 0.55% -
HSV(B) 287.65º 0.39% 0.68% -
XYZ 27.29 20.84 42.63 -
YUV 129.9 152.89 149.47 -
System Red Green Blue C M Y K H S L
Decimal 160 106 174 0.08 0.39 0 0.32 287.65 0.3 0.55
Hex A0 6A AE 8 27 0 20 120 1E 37
Octal 240 152 256 10 47 0 40 440 36 67
Binary 10100000 1101010 10101110 1000 100111 0 100000 100100000 11110 110111

Color Harmonies of #A06AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06AAE

Black with #A06AAE

Text Example


Text Example

White with #A06AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06AAE; }

 p { color: rgb(160,106,174); }

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

background-color css

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

 a { background-color: rgb(160,106,174); }

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

border-color css

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

 span { border-color: rgb(160,106,174); }

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