Html Css Color HEX #A06EAC Ce Soir

📋 copy color: '#A06EAC'

red 160 ◦ green 110 ◦ blue 172

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

Shades of Ce Soir #A06EAC

Tints of Ce Soir #A06EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.91%

R = 36.2%
G = 24.89%
B = 38.91%

CMYK

 C value IS 0.07

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A06EAC (or 0xA06EAC) is known color: Ce Soir. HEX triplet: A0, 6E and AC. RGB value is (160,110,172). Sum of RGB (Red+Green+Blue) = 160+110+172=442 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.20% from 442); Green value is 110 (43.36% from 255 or 24.89% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 172 - color contains mainly: blue. Hex color #A06EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06EAC is #5F9153. Grayscale: #838383. Windows color (decimal): -6263124 or 11300512. OLE color: 11300512.

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

Color convert

RGB 160 110 172 -
CMYK 0.07 0.36 0 0.33
HSL 288.39º 0.27% 0.55% -
HSV(B) 288.39º 0.36% 0.67% -
XYZ 27.52 21.6 41.75 -
YUV 132.02 150.57 147.96 -
System Red Green Blue C M Y K H S L
Decimal 160 110 172 0.07 0.36 0 0.33 288.39 0.27 0.55
Hex A0 6E AC 7 24 0 21 120 1B 37
Octal 240 156 254 7 44 0 41 440 33 67
Binary 10100000 1101110 10101100 111 100100 0 100001 100100000 11011 110111

Color Harmonies of #A06EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06EAC

Black with #A06EAC

Text Example


Text Example

White with #A06EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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