Html Css Color HEX #AE479B Violet Blue

📋 copy color: '#AE479B'

red 174 ◦ green 71 ◦ blue 155

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

Shades of Violet Blue #AE479B

Tints of Violet Blue #AE479B

RGB

 RED value IS 174 (68.36% from 255) = 43.5%

 GREEN value IS 71 (28.13% from 255) = 17.75%

 BLUE value IS 155 (60.94% from 255) = 38.75%

R = 43.5%
G = 17.75%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AE479B (or 0xAE479B) is known color: Violet Blue. HEX triplet: AE, 47 and 9B. RGB value is (174,71,155). Sum of RGB (Red+Green+Blue) = 174+71+155=400 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.5% from 400); Green value is 71 (28.12% from 255 or 17.75% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 174 - color contains mainly: red. Hex color #AE479B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE479B is #51B864. Grayscale: #6F6F6F. Windows color (decimal): -5355621 or 10176430. OLE color: 10176430.

HSL color Cylindrical-coordinate representation of color #AE479B: hue angle of 311.07º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AE479B is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 71 155 -
CMYK 0 0.59 0.11 0.32
HSL 311.07º 0.42% 0.48% -
HSV(B) 311.07º 0.59% 0.68% -
XYZ 25.63 15.87 32.72 -
YUV 111.37 152.62 172.67 -
System Red Green Blue C M Y K H S L
Decimal 174 71 155 0 0.59 0.11 0.32 311.07 0.42 0.48
Hex AE 47 9B 0 3B B 20 137 2A 30
Octal 256 107 233 0 73 13 40 467 52 60
Binary 10101110 1000111 10011011 0 111011 1011 100000 100110111 101010 110000

Color Harmonies of #AE479B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE479B

Black with #AE479B

Text Example


Text Example

White with #AE479B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE479B; }

 p { color: rgb(174,71,155); }

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

background-color css

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

 a { background-color: rgb(174,71,155); }

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

border-color css

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

 span { border-color: rgb(174,71,155); }

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