Html Css Color HEX #A072AC Ce Soir

📋 copy color: '#A072AC'

red 160 ◦ green 114 ◦ blue 172

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

Shades of Ce Soir #A072AC

Tints of Ce Soir #A072AC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.56%

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

R = 35.87%
G = 25.56%
B = 38.57%

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

#A072AC (or 0xA072AC) is known color: Ce Soir. HEX triplet: A0, 72 and AC. RGB value is (160,114,172). Sum of RGB (Red+Green+Blue) = 160+114+172=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 114 (44.92% from 255 or 25.56% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 172 - color contains mainly: blue. Hex color #A072AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A072AC is #5F8D53. Grayscale: #868686. Windows color (decimal): -6262100 or 11301536. OLE color: 11301536.

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

Color convert

RGB 160 114 172 -
CMYK 0.07 0.34 0 0.33
HSL 287.59º 0.26% 0.56% -
HSV(B) 287.59º 0.34% 0.67% -
XYZ 27.96 22.49 41.9 -
YUV 134.37 149.24 146.28 -
System Red Green Blue C M Y K H S L
Decimal 160 114 172 0.07 0.34 0 0.33 287.59 0.26 0.56
Hex A0 72 AC 7 22 0 21 120 1A 38
Octal 240 162 254 7 42 0 41 440 32 70
Binary 10100000 1110010 10101100 111 100010 0 100001 100100000 11010 111000

Color Harmonies of #A072AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A072AC

Black with #A072AC

Text Example


Text Example

White with #A072AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A072AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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