Html Css Color HEX #AE649E Violet Blue

📋 copy color: '#AE649E'

red 174 ◦ green 100 ◦ blue 158

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

Shades of Violet Blue #AE649E

Tints of Violet Blue #AE649E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.15%

 BLUE value IS 158 (62.11% from 255) = 36.57%

R = 40.28%
G = 23.15%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AE649E (or 0xAE649E) is known color: Violet Blue. HEX triplet: AE, 64 and 9E. RGB value is (174,100,158). Sum of RGB (Red+Green+Blue) = 174+100+158=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 100 (39.45% from 255 or 23.15% from 432); Blue value is 158 (62.11% from 255 or 36.57% from 432); Max value from RGB is 174 - color contains mainly: red. Hex color #AE649E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE649E is #519B61. Grayscale: #808080. Windows color (decimal): -5348194 or 10380462. OLE color: 10380462.

HSL color Cylindrical-coordinate representation of color #AE649E: hue angle of 312.97º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AE649E is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 100 158 -
CMYK 0 0.43 0.09 0.32
HSL 312.97º 0.31% 0.54% -
HSV(B) 312.97º 0.43% 0.68% -
XYZ 28.18 20.58 34.83 -
YUV 128.74 144.52 160.28 -
System Red Green Blue C M Y K H S L
Decimal 174 100 158 0 0.43 0.09 0.32 312.97 0.31 0.54
Hex AE 64 9E 0 2B 9 20 139 1F 36
Octal 256 144 236 0 53 11 40 471 37 66
Binary 10101110 1100100 10011110 0 101011 1001 100000 100111001 11111 110110

Color Harmonies of #AE649E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE649E

Black with #AE649E

Text Example


Text Example

White with #AE649E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE649E; }

 p { color: rgb(174,100,158); }

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

background-color css

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

 a { background-color: rgb(174,100,158); }

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

border-color css

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

 span { border-color: rgb(174,100,158); }

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