Html Css Color HEX #AE449B Violet Blue

📋 copy color: '#AE449B'

red 174 ◦ green 68 ◦ blue 155

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

Shades of Violet Blue #AE449B

Tints of Violet Blue #AE449B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.13%

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

R = 43.83%
G = 17.13%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AE449B (or 0xAE449B) is known color: Violet Blue. HEX triplet: AE, 44 and 9B. RGB value is (174,68,155). Sum of RGB (Red+Green+Blue) = 174+68+155=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 68 (26.95% from 255 or 17.13% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 174 - color contains mainly: red. Hex color #AE449B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE449B is #51BB64. Grayscale: #6D6D6D. Windows color (decimal): -5356389 or 10175662. OLE color: 10175662.

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

Color convert

RGB 174 68 155 -
CMYK 0 0.61 0.11 0.32
HSL 310.75º 0.44% 0.47% -
HSV(B) 310.75º 0.61% 0.68% -
XYZ 25.44 15.5 32.66 -
YUV 109.61 153.62 173.93 -
System Red Green Blue C M Y K H S L
Decimal 174 68 155 0 0.61 0.11 0.32 310.75 0.44 0.47
Hex AE 44 9B 0 3D B 20 137 2C 2F
Octal 256 104 233 0 75 13 40 467 54 57
Binary 10101110 1000100 10011011 0 111101 1011 100000 100110111 101100 101111

Color Harmonies of #AE449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE449B

Black with #AE449B

Text Example


Text Example

White with #AE449B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE449B; }

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

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

background-color css

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

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

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

border-color css

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

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

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