Html Css Color HEX #A07CAB Ce Soir

📋 copy color: '#A07CAB'

red 160 ◦ green 124 ◦ blue 171

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

Shades of Ce Soir #A07CAB

Tints of Ce Soir #A07CAB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.25%

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

R = 35.16%
G = 27.25%
B = 37.58%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A07CAB (or 0xA07CAB) is known color: Ce Soir. HEX triplet: A0, 7C and AB. RGB value is (160,124,171). Sum of RGB (Red+Green+Blue) = 160+124+171=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 124 (48.83% from 255 or 27.25% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 171 - color contains mainly: blue. Hex color #A07CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07CAB is #5F8354. Grayscale: #8B8B8B. Windows color (decimal): -6259541 or 11238560. OLE color: 11238560.

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

Color convert

RGB 160 124 171 -
CMYK 0.06 0.27 0 0.33
HSL 285.96º 0.22% 0.58% -
HSV(B) 285.96º 0.27% 0.67% -
XYZ 29.06 24.83 41.79 -
YUV 140.12 145.43 142.18 -
System Red Green Blue C M Y K H S L
Decimal 160 124 171 0.06 0.27 0 0.33 285.96 0.22 0.58
Hex A0 7C AB 6 1B 0 21 11E 16 3A
Octal 240 174 253 6 33 0 41 436 26 72
Binary 10100000 1111100 10101011 110 11011 0 100001 100011110 10110 111010

Color Harmonies of #A07CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07CAB

Black with #A07CAB

Text Example


Text Example

White with #A07CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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