Html Css Color HEX #AE669B Violet Blue

📋 copy color: '#AE669B'

red 174 ◦ green 102 ◦ blue 155

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

Shades of Violet Blue #AE669B

Tints of Violet Blue #AE669B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.67%

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

R = 40.37%
G = 23.67%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AE669B (or 0xAE669B) is known color: Violet Blue. HEX triplet: AE, 66 and 9B. RGB value is (174,102,155). Sum of RGB (Red+Green+Blue) = 174+102+155=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 174 - color contains mainly: red. Hex color #AE669B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE669B is #519964. Grayscale: #818181. Windows color (decimal): -5347685 or 10184366. OLE color: 10184366.

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

Color convert

RGB 174 102 155 -
CMYK 0 0.41 0.11 0.32
HSL 315.83º 0.31% 0.54% -
HSV(B) 315.83º 0.41% 0.68% -
XYZ 28.12 20.87 33.56 -
YUV 129.57 142.35 159.69 -
System Red Green Blue C M Y K H S L
Decimal 174 102 155 0 0.41 0.11 0.32 315.83 0.31 0.54
Hex AE 66 9B 0 29 B 20 13C 1F 36
Octal 256 146 233 0 51 13 40 474 37 66
Binary 10101110 1100110 10011011 0 101001 1011 100000 100111100 11111 110110

Color Harmonies of #AE669B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE669B

Black with #AE669B

Text Example


Text Example

White with #AE669B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE669B; }

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

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

background-color css

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

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

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

border-color css

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

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

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