Html Css Color HEX #A071AC Ce Soir

📋 copy color: '#A071AC'

red 160 ◦ green 113 ◦ blue 172

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

Shades of Ce Soir #A071AC

Tints of Ce Soir #A071AC

RGB

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

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

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

R = 35.96%
G = 25.39%
B = 38.65%

CMYK

 C value IS 0.07

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A071AC (or 0xA071AC) is known color: Ce Soir. HEX triplet: A0, 71 and AC. RGB value is (160,113,172). Sum of RGB (Red+Green+Blue) = 160+113+172=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 113 (44.53% from 255 or 25.39% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 172 - color contains mainly: blue. Hex color #A071AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A071AC is #5F8E53. Grayscale: #858585. Windows color (decimal): -6262356 or 11301280. OLE color: 11301280.

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

Color convert

RGB 160 113 172 -
CMYK 0.07 0.34 0 0.33
HSL 287.8º 0.26% 0.56% -
HSV(B) 287.8º 0.34% 0.67% -
XYZ 27.85 22.26 41.86 -
YUV 133.78 149.57 146.7 -
System Red Green Blue C M Y K H S L
Decimal 160 113 172 0.07 0.34 0 0.33 287.8 0.26 0.56
Hex A0 71 AC 7 22 0 21 120 1A 38
Octal 240 161 254 7 42 0 41 440 32 70
Binary 10100000 1110001 10101100 111 100010 0 100001 100100000 11010 111000

Color Harmonies of #A071AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A071AC

Black with #A071AC

Text Example


Text Example

White with #A071AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A071AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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