Html Css Color HEX #A068AE Ce Soir

📋 copy color: '#A068AE'

red 160 ◦ green 104 ◦ blue 174

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

Shades of Ce Soir #A068AE

Tints of Ce Soir #A068AE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.74%

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

R = 36.53%
G = 23.74%
B = 39.73%

CMYK

 C value IS 0.08

 M value IS 0.40

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A068AE (or 0xA068AE) is known color: Ce Soir. HEX triplet: A0, 68 and AE. RGB value is (160,104,174). Sum of RGB (Red+Green+Blue) = 160+104+174=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 104 (41.02% from 255 or 23.74% from 438); Blue value is 174 (68.36% from 255 or 39.73% from 438); Max value from RGB is 174 - color contains mainly: blue. Hex color #A068AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A068AE is #5F9751. Grayscale: #808080. Windows color (decimal): -6264658 or 11430048. OLE color: 11430048.

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

Color convert

RGB 160 104 174 -
CMYK 0.08 0.40 0 0.32
HSL 288º 0.3% 0.55% -
HSV(B) 288º 0.4% 0.68% -
XYZ 27.09 20.43 42.56 -
YUV 128.72 153.55 150.31 -
System Red Green Blue C M Y K H S L
Decimal 160 104 174 0.08 0.40 0 0.32 288 0.3 0.55
Hex A0 68 AE 8 28 0 20 120 1E 37
Octal 240 150 256 10 50 0 40 440 36 67
Binary 10100000 1101000 10101110 1000 101000 0 100000 100100000 11110 110111

Color Harmonies of #A068AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A068AE

Black with #A068AE

Text Example


Text Example

White with #A068AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A068AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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