Html Css Color HEX #AE659B Violet Blue

📋 copy color: '#AE659B'

red 174 ◦ green 101 ◦ blue 155

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

Shades of Violet Blue #AE659B

Tints of Violet Blue #AE659B

RGB

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

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

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

R = 40.47%
G = 23.49%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AE659B (or 0xAE659B) is known color: Violet Blue. HEX triplet: AE, 65 and 9B. RGB value is (174,101,155). Sum of RGB (Red+Green+Blue) = 174+101+155=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 174 - color contains mainly: red. Hex color #AE659B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE659B is #519A64. Grayscale: #808080. Windows color (decimal): -5347941 or 10184110. OLE color: 10184110.

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

Color convert

RGB 174 101 155 -
CMYK 0 0.42 0.11 0.32
HSL 315.62º 0.31% 0.54% -
HSV(B) 315.62º 0.42% 0.68% -
XYZ 28.03 20.67 33.52 -
YUV 128.98 142.68 160.11 -
System Red Green Blue C M Y K H S L
Decimal 174 101 155 0 0.42 0.11 0.32 315.62 0.31 0.54
Hex AE 65 9B 0 2A B 20 13C 1F 36
Octal 256 145 233 0 52 13 40 474 37 66
Binary 10101110 1100101 10011011 0 101010 1011 100000 100111100 11111 110110

Color Harmonies of #AE659B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE659B

Black with #AE659B

Text Example


Text Example

White with #AE659B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE659B; }

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

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

background-color css

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

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

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

border-color css

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

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

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