Html Css Color HEX #AE659D Violet Blue

📋 copy color: '#AE659D'

red 174 ◦ green 101 ◦ blue 157

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

Shades of Violet Blue #AE659D

Tints of Violet Blue #AE659D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.38%

 BLUE value IS 157 (61.72% from 255) = 36.34%

R = 40.28%
G = 23.38%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AE659D (or 0xAE659D) is known color: Violet Blue. HEX triplet: AE, 65 and 9D. RGB value is (174,101,157). Sum of RGB (Red+Green+Blue) = 174+101+157=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 101 (39.84% from 255 or 23.38% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 174 - color contains mainly: red. Hex color #AE659D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE659D is #519A62. Grayscale: #818181. Windows color (decimal): -5347939 or 10315182. OLE color: 10315182.

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

Color convert

RGB 174 101 157 -
CMYK 0 0.42 0.10 0.32
HSL 313.97º 0.31% 0.54% -
HSV(B) 313.97º 0.42% 0.68% -
XYZ 28.2 20.74 34.42 -
YUV 129.21 143.68 159.95 -
System Red Green Blue C M Y K H S L
Decimal 174 101 157 0 0.42 0.10 0.32 313.97 0.31 0.54
Hex AE 65 9D 0 2A A 20 13A 1F 36
Octal 256 145 235 0 52 12 40 472 37 66
Binary 10101110 1100101 10011101 0 101010 1010 100000 100111010 11111 110110

Color Harmonies of #AE659D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE659D

Black with #AE659D

Text Example


Text Example

White with #AE659D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE659D; }

 p { color: rgb(174,101,157); }

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

background-color css

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

 a { background-color: rgb(174,101,157); }

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

border-color css

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

 span { border-color: rgb(174,101,157); }

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