Html Css Color HEX #A474AE Ce Soir

📋 copy color: '#A474AE'

red 164 ◦ green 116 ◦ blue 174

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

Shades of Ce Soir #A474AE

Tints of Ce Soir #A474AE

RGB

 RED value IS 164 (64.45% from 255) = 36.12%

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

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

R = 36.12%
G = 25.55%
B = 38.33%

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

#A474AE (or 0xA474AE) is known color: Ce Soir. HEX triplet: A4, 74 and AE. RGB value is (164,116,174). Sum of RGB (Red+Green+Blue) = 164+116+174=454 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.12% from 454); Green value is 116 (45.70% from 255 or 25.55% from 454); Blue value is 174 (68.36% from 255 or 38.33% from 454); Max value from RGB is 174 - color contains mainly: blue. Hex color #A474AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A474AE is #5B8B51. Grayscale: #888888. Windows color (decimal): -5999442 or 11433124. OLE color: 11433124.

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

Color convert

RGB 164 116 174 -
CMYK 0.06 0.33 0 0.32
HSL 289.66º 0.26% 0.57% -
HSV(B) 289.66º 0.33% 0.68% -
XYZ 29.2 23.44 43.03 -
YUV 136.96 148.9 147.28 -
System Red Green Blue C M Y K H S L
Decimal 164 116 174 0.06 0.33 0 0.32 289.66 0.26 0.57
Hex A4 74 AE 6 21 0 20 122 1A 39
Octal 244 164 256 6 41 0 40 442 32 71
Binary 10100100 1110100 10101110 110 100001 0 100000 100100010 11010 111001

Color Harmonies of #A474AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A474AE

Black with #A474AE

Text Example


Text Example

White with #A474AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A474AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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