Html Css Color HEX #A07BAB Ce Soir

📋 copy color: '#A07BAB'

red 160 ◦ green 123 ◦ blue 171

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

Shades of Ce Soir #A07BAB

Tints of Ce Soir #A07BAB

RGB

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

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

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

R = 35.24%
G = 27.09%
B = 37.67%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A07BAB (or 0xA07BAB) is known color: Ce Soir. HEX triplet: A0, 7B and AB. RGB value is (160,123,171). Sum of RGB (Red+Green+Blue) = 160+123+171=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 123 (48.44% from 255 or 27.09% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 171 - color contains mainly: blue. Hex color #A07BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07BAB is #5F8454. Grayscale: #8B8B8B. Windows color (decimal): -6259797 or 11238304. OLE color: 11238304.

HSL color Cylindrical-coordinate representation of color #A07BAB: hue angle of 286.25º degrees, saturation: 0.22, 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 #A07BAB is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 123 171 -
CMYK 0.06 0.28 0 0.33
HSL 286.25º 0.22% 0.58% -
HSV(B) 286.25º 0.28% 0.67% -
XYZ 28.93 24.58 41.75 -
YUV 139.54 145.76 142.6 -
System Red Green Blue C M Y K H S L
Decimal 160 123 171 0.06 0.28 0 0.33 286.25 0.22 0.58
Hex A0 7B AB 6 1C 0 21 11E 16 3A
Octal 240 173 253 6 34 0 41 436 26 72
Binary 10100000 1111011 10101011 110 11100 0 100001 100011110 10110 111010

Color Harmonies of #A07BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07BAB

Black with #A07BAB

Text Example


Text Example

White with #A07BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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