Html Css Color HEX #A07BAC Ce Soir

📋 copy color: '#A07BAC'

red 160 ◦ green 123 ◦ blue 172

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

Shades of Ce Soir #A07BAC

Tints of Ce Soir #A07BAC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.03%

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

R = 35.16%
G = 27.03%
B = 37.8%

CMYK

 C value IS 0.07

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A07BAC (or 0xA07BAC) is known color: Ce Soir. HEX triplet: A0, 7B and AC. RGB value is (160,123,172). Sum of RGB (Red+Green+Blue) = 160+123+172=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 123 (48.44% from 255 or 27.03% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 172 - color contains mainly: blue. Hex color #A07BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07BAC is #5F8453. Grayscale: #8B8B8B. Windows color (decimal): -6259796 or 11303840. OLE color: 11303840.

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

Color convert

RGB 160 123 172 -
CMYK 0.07 0.28 0 0.33
HSL 285.31º 0.23% 0.58% -
HSV(B) 285.31º 0.28% 0.67% -
XYZ 29.03 24.62 42.25 -
YUV 139.65 146.26 142.52 -
System Red Green Blue C M Y K H S L
Decimal 160 123 172 0.07 0.28 0 0.33 285.31 0.23 0.58
Hex A0 7B AC 7 1C 0 21 11D 17 3A
Octal 240 173 254 7 34 0 41 435 27 72
Binary 10100000 1111011 10101100 111 11100 0 100001 100011101 10111 111010

Color Harmonies of #A07BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07BAC

Black with #A07BAC

Text Example


Text Example

White with #A07BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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