Html Css Color HEX #AE699F Violet Blue

📋 copy color: '#AE699F'

red 174 ◦ green 105 ◦ blue 159

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

Shades of Violet Blue #AE699F

Tints of Violet Blue #AE699F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.97%

 BLUE value IS 159 (62.5% from 255) = 36.3%

R = 39.73%
G = 23.97%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AE699F (or 0xAE699F) is known color: Violet Blue. HEX triplet: AE, 69 and 9F. RGB value is (174,105,159). Sum of RGB (Red+Green+Blue) = 174+105+159=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 159 (62.5% from 255 or 36.30% from 438); Max value from RGB is 174 - color contains mainly: red. Hex color #AE699F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE699F is #519660. Grayscale: #838383. Windows color (decimal): -5346913 or 10447278. OLE color: 10447278.

HSL color Cylindrical-coordinate representation of color #AE699F: hue angle of 313.04º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE699F is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 105 159 -
CMYK 0 0.40 0.09 0.32
HSL 313.04º 0.3% 0.55% -
HSV(B) 313.04º 0.4% 0.68% -
XYZ 28.77 21.61 35.45 -
YUV 131.79 143.36 158.11 -
System Red Green Blue C M Y K H S L
Decimal 174 105 159 0 0.40 0.09 0.32 313.04 0.3 0.55
Hex AE 69 9F 0 28 9 20 139 1E 37
Octal 256 151 237 0 50 11 40 471 36 67
Binary 10101110 1101001 10011111 0 101000 1001 100000 100111001 11110 110111

Color Harmonies of #AE699F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE699F

Black with #AE699F

Text Example


Text Example

White with #AE699F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE699F; }

 p { color: rgb(174,105,159); }

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

background-color css

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

 a { background-color: rgb(174,105,159); }

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

border-color css

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

 span { border-color: rgb(174,105,159); }

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