Html Css Color HEX #A071AA Ce Soir

📋 copy color: '#A071AA'

red 160 ◦ green 113 ◦ blue 170

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

Shades of Ce Soir #A071AA

Tints of Ce Soir #A071AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.37%

R = 36.12%
G = 25.51%
B = 38.37%

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

#A071AA (or 0xA071AA) is known color: Ce Soir. HEX triplet: A0, 71 and AA. RGB value is (160,113,170). Sum of RGB (Red+Green+Blue) = 160+113+170=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 113 (44.53% from 255 or 25.51% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 170 - color contains mainly: blue. Hex color #A071AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A071AA is #5F8E55. Grayscale: #858585. Windows color (decimal): -6262358 or 11170208. OLE color: 11170208.

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

Color convert

RGB 160 113 170 -
CMYK 0.06 0.34 0 0.33
HSL 289.47º 0.25% 0.55% -
HSV(B) 289.47º 0.34% 0.67% -
XYZ 27.66 22.19 40.85 -
YUV 133.55 148.57 146.87 -
System Red Green Blue C M Y K H S L
Decimal 160 113 170 0.06 0.34 0 0.33 289.47 0.25 0.55
Hex A0 71 AA 6 22 0 21 121 19 37
Octal 240 161 252 6 42 0 41 441 31 67
Binary 10100000 1110001 10101010 110 100010 0 100001 100100001 11001 110111

Color Harmonies of #A071AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A071AA

Black with #A071AA

Text Example


Text Example

White with #A071AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A071AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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