Html Css Color HEX #A071AB Ce Soir

📋 copy color: '#A071AB'

red 160 ◦ green 113 ◦ blue 171

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

Shades of Ce Soir #A071AB

Tints of Ce Soir #A071AB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.45%

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

R = 36.04%
G = 25.45%
B = 38.51%

CMYK

 C value IS 0.06

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A071AB (or 0xA071AB) is known color: Ce Soir. HEX triplet: A0, 71 and AB. RGB value is (160,113,171). Sum of RGB (Red+Green+Blue) = 160+113+171=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 113 (44.53% from 255 or 25.45% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 171 - color contains mainly: blue. Hex color #A071AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A071AB is #5F8E54. Grayscale: #858585. Windows color (decimal): -6262357 or 11235744. OLE color: 11235744.

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

Color convert

RGB 160 113 171 -
CMYK 0.06 0.34 0 0.33
HSL 288.62º 0.26% 0.56% -
HSV(B) 288.62º 0.34% 0.67% -
XYZ 27.75 22.22 41.36 -
YUV 133.67 149.07 146.78 -
System Red Green Blue C M Y K H S L
Decimal 160 113 171 0.06 0.34 0 0.33 288.62 0.26 0.56
Hex A0 71 AB 6 22 0 21 121 1A 38
Octal 240 161 253 6 42 0 41 441 32 70
Binary 10100000 1110001 10101011 110 100010 0 100001 100100001 11010 111000

Color Harmonies of #A071AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A071AB

Black with #A071AB

Text Example


Text Example

White with #A071AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A071AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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