Html Css Color HEX #A072AE Ce Soir

📋 copy color: '#A072AE'

red 160 ◦ green 114 ◦ blue 174

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

Shades of Ce Soir #A072AE

Tints of Ce Soir #A072AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 38.84%

R = 35.71%
G = 25.45%
B = 38.84%

CMYK

 C value IS 0.08

 M value IS 0.34

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A072AE (or 0xA072AE) is known color: Ce Soir. HEX triplet: A0, 72 and AE. RGB value is (160,114,174). Sum of RGB (Red+Green+Blue) = 160+114+174=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 174 (68.36% from 255 or 38.84% from 448); Max value from RGB is 174 - color contains mainly: blue. Hex color #A072AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A072AE is #5F8D51. Grayscale: #868686. Windows color (decimal): -6262098 or 11432608. OLE color: 11432608.

HSL color Cylindrical-coordinate representation of color #A072AE: hue angle of 286º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A072AE is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 160 114 174 -
CMYK 0.08 0.34 0 0.32
HSL 286º 0.27% 0.56% -
HSV(B) 286º 0.34% 0.68% -
XYZ 28.15 22.56 42.92 -
YUV 134.59 150.24 146.12 -
System Red Green Blue C M Y K H S L
Decimal 160 114 174 0.08 0.34 0 0.32 286 0.27 0.56
Hex A0 72 AE 8 22 0 20 11E 1B 38
Octal 240 162 256 10 42 0 40 436 33 70
Binary 10100000 1110010 10101110 1000 100010 0 100000 100011110 11011 111000

Color Harmonies of #A072AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A072AE

Black with #A072AE

Text Example


Text Example

White with #A072AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A072AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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