Html Css Color HEX #AE699E Violet Blue

📋 copy color: '#AE699E'

red 174 ◦ green 105 ◦ blue 158

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

Shades of Violet Blue #AE699E

Tints of Violet Blue #AE699E

RGB

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

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

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

R = 39.82%
G = 24.03%
B = 36.16%

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

#AE699E (or 0xAE699E) is known color: Violet Blue. HEX triplet: AE, 69 and 9E. RGB value is (174,105,158). Sum of RGB (Red+Green+Blue) = 174+105+158=437 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.82% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 158 (62.11% from 255 or 36.16% from 437); Max value from RGB is 174 - color contains mainly: red. Hex color #AE699E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE699E is #519661. Grayscale: #838383. Windows color (decimal): -5346914 or 10381742. OLE color: 10381742.

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

Color convert

RGB 174 105 158 -
CMYK 0 0.40 0.09 0.32
HSL 313.91º 0.3% 0.55% -
HSV(B) 313.91º 0.4% 0.68% -
XYZ 28.68 21.57 35 -
YUV 131.67 142.86 158.19 -
System Red Green Blue C M Y K H S L
Decimal 174 105 158 0 0.40 0.09 0.32 313.91 0.3 0.55
Hex AE 69 9E 0 28 9 20 13A 1E 37
Octal 256 151 236 0 50 11 40 472 36 67
Binary 10101110 1101001 10011110 0 101000 1001 100000 100111010 11110 110111

Color Harmonies of #AE699E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE699E

Black with #AE699E

Text Example


Text Example

White with #AE699E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE699E; }

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

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

background-color css

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

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

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

border-color css

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

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

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