Html Css Color HEX #A074AD Ce Soir

📋 copy color: '#A074AD'

red 160 ◦ green 116 ◦ blue 173

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

Shades of Ce Soir #A074AD

Tints of Ce Soir #A074AD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.84%

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

R = 35.63%
G = 25.84%
B = 38.53%

CMYK

 C value IS 0.08

 M value IS 0.33

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A074AD (or 0xA074AD) is known color: Ce Soir. HEX triplet: A0, 74 and AD. RGB value is (160,116,173). Sum of RGB (Red+Green+Blue) = 160+116+173=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 116 (45.70% from 255 or 25.84% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 173 - color contains mainly: blue. Hex color #A074AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A074AD is #5F8B52. Grayscale: #878787. Windows color (decimal): -6261587 or 11367584. OLE color: 11367584.

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

Color convert

RGB 160 116 173 -
CMYK 0.08 0.33 0 0.32
HSL 286.32º 0.26% 0.57% -
HSV(B) 286.32º 0.33% 0.68% -
XYZ 28.29 22.98 42.48 -
YUV 135.65 149.08 145.37 -
System Red Green Blue C M Y K H S L
Decimal 160 116 173 0.08 0.33 0 0.32 286.32 0.26 0.57
Hex A0 74 AD 8 21 0 20 11E 1A 39
Octal 240 164 255 10 41 0 40 436 32 71
Binary 10100000 1110100 10101101 1000 100001 0 100000 100011110 11010 111001

Color Harmonies of #A074AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A074AD

Black with #A074AD

Text Example


Text Example

White with #A074AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A074AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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