Html Css Color HEX #A374AE Ce Soir

📋 copy color: '#A374AE'

red 163 ◦ green 116 ◦ blue 174

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

Shades of Ce Soir #A374AE

Tints of Ce Soir #A374AE

RGB

 RED value IS 163 (64.06% from 255) = 35.98%

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

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

R = 35.98%
G = 25.61%
B = 38.41%

CMYK

 C value IS 0.06

 M value IS 0.33

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A374AE (or 0xA374AE) is known color: Ce Soir. HEX triplet: A3, 74 and AE. RGB value is (163,116,174). Sum of RGB (Red+Green+Blue) = 163+116+174=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 116 (45.70% from 255 or 25.61% from 453); Blue value is 174 (68.36% from 255 or 38.41% from 453); Max value from RGB is 174 - color contains mainly: blue. Hex color #A374AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A374AE is #5C8B51. Grayscale: #888888. Windows color (decimal): -6064978 or 11433123. OLE color: 11433123.

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

Color convert

RGB 163 116 174 -
CMYK 0.06 0.33 0 0.32
HSL 288.62º 0.26% 0.57% -
HSV(B) 288.62º 0.33% 0.68% -
XYZ 28.99 23.33 43.02 -
YUV 136.67 149.07 146.78 -
System Red Green Blue C M Y K H S L
Decimal 163 116 174 0.06 0.33 0 0.32 288.62 0.26 0.57
Hex A3 74 AE 6 21 0 20 121 1A 39
Octal 243 164 256 6 41 0 40 441 32 71
Binary 10100011 1110100 10101110 110 100001 0 100000 100100001 11010 111001

Color Harmonies of #A374AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A374AE

Black with #A374AE

Text Example


Text Example

White with #A374AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A374AE; }

 p { color: rgb(163,116,174); }

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

background-color css

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

 a { background-color: rgb(163,116,174); }

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

border-color css

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

 span { border-color: rgb(163,116,174); }

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