Html Css Color HEX #A472AE Ce Soir

📋 copy color: '#A472AE'

red 164 ◦ green 114 ◦ blue 174

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

Shades of Ce Soir #A472AE

Tints of Ce Soir #A472AE

RGB

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

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

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

R = 36.28%
G = 25.22%
B = 38.5%

CMYK

 C value IS 0.06

 M value IS 0.34

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A472AE (or 0xA472AE) is known color: Ce Soir. HEX triplet: A4, 72 and AE. RGB value is (164,114,174). Sum of RGB (Red+Green+Blue) = 164+114+174=452 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.28% from 452); Green value is 114 (44.92% from 255 or 25.22% from 452); Blue value is 174 (68.36% from 255 or 38.50% from 452); Max value from RGB is 174 - color contains mainly: blue. Hex color #A472AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A472AE is #5B8D51. Grayscale: #878787. Windows color (decimal): -5999954 or 11432612. OLE color: 11432612.

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

Color convert

RGB 164 114 174 -
CMYK 0.06 0.34 0 0.32
HSL 290º 0.27% 0.56% -
HSV(B) 290º 0.34% 0.68% -
XYZ 28.97 22.98 42.95 -
YUV 135.79 149.57 148.12 -
System Red Green Blue C M Y K H S L
Decimal 164 114 174 0.06 0.34 0 0.32 290 0.27 0.56
Hex A4 72 AE 6 22 0 20 122 1B 38
Octal 244 162 256 6 42 0 40 442 33 70
Binary 10100100 1110010 10101110 110 100010 0 100000 100100010 11011 111000

Color Harmonies of #A472AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A472AE

Black with #A472AE

Text Example


Text Example

White with #A472AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A472AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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