Html Css Color HEX #A070AC Ce Soir

📋 copy color: '#A070AC'

red 160 ◦ green 112 ◦ blue 172

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

Shades of Ce Soir #A070AC

Tints of Ce Soir #A070AC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.23%

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

R = 36.04%
G = 25.23%
B = 38.74%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A070AC (or 0xA070AC) is known color: Ce Soir. HEX triplet: A0, 70 and AC. RGB value is (160,112,172). Sum of RGB (Red+Green+Blue) = 160+112+172=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 112 (44.14% from 255 or 25.23% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 172 - color contains mainly: blue. Hex color #A070AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A070AC is #5F8F53. Grayscale: #858585. Windows color (decimal): -6262612 or 11301024. OLE color: 11301024.

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

Color convert

RGB 160 112 172 -
CMYK 0.07 0.35 0 0.33
HSL 288º 0.27% 0.56% -
HSV(B) 288º 0.35% 0.67% -
XYZ 27.74 22.04 41.82 -
YUV 133.19 149.9 147.12 -
System Red Green Blue C M Y K H S L
Decimal 160 112 172 0.07 0.35 0 0.33 288 0.27 0.56
Hex A0 70 AC 7 23 0 21 120 1B 38
Octal 240 160 254 7 43 0 41 440 33 70
Binary 10100000 1110000 10101100 111 100011 0 100001 100100000 11011 111000

Color Harmonies of #A070AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A070AC

Black with #A070AC

Text Example


Text Example

White with #A070AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A070AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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