Html Css Color HEX #A072AD Ce Soir

📋 copy color: '#A072AD'

red 160 ◦ green 114 ◦ blue 173

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

Shades of Ce Soir #A072AD

Tints of Ce Soir #A072AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.7%

R = 35.79%
G = 25.5%
B = 38.7%

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

#A072AD (or 0xA072AD) is known color: Ce Soir. HEX triplet: A0, 72 and AD. RGB value is (160,114,173). Sum of RGB (Red+Green+Blue) = 160+114+173=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 173 - color contains mainly: blue. Hex color #A072AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A072AD is #5F8D52. Grayscale: #868686. Windows color (decimal): -6262099 or 11367072. OLE color: 11367072.

HSL color Cylindrical-coordinate representation of color #A072AD: hue angle of 286.78º degrees, saturation: 0.26, 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 #A072AD is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 160 114 173 -
CMYK 0.08 0.34 0 0.32
HSL 286.78º 0.26% 0.56% -
HSV(B) 286.78º 0.34% 0.68% -
XYZ 28.06 22.53 42.4 -
YUV 134.48 149.74 146.2 -
System Red Green Blue C M Y K H S L
Decimal 160 114 173 0.08 0.34 0 0.32 286.78 0.26 0.56
Hex A0 72 AD 8 22 0 20 11F 1A 38
Octal 240 162 255 10 42 0 40 437 32 70
Binary 10100000 1110010 10101101 1000 100010 0 100000 100011111 11010 111000

Color Harmonies of #A072AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A072AD

Black with #A072AD

Text Example


Text Example

White with #A072AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A072AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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