Html Css Color HEX #AE6099 Violet Blue

📋 copy color: '#AE6099'

red 174 ◦ green 96 ◦ blue 153

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

Shades of Violet Blue #AE6099

Tints of Violet Blue #AE6099

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.7%

 BLUE value IS 153 (60.16% from 255) = 36.17%

R = 41.13%
G = 22.7%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AE6099 (or 0xAE6099) is known color: Violet Blue. HEX triplet: AE, 60 and 99. RGB value is (174,96,153). Sum of RGB (Red+Green+Blue) = 174+96+153=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6099 is #519F66. Grayscale: #7D7D7D. Windows color (decimal): -5349223 or 10051758. OLE color: 10051758.

HSL color Cylindrical-coordinate representation of color #AE6099: hue angle of 316.15º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AE6099 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 96 153 -
CMYK 0 0.45 0.12 0.32
HSL 316.15º 0.33% 0.53% -
HSV(B) 316.15º 0.45% 0.68% -
XYZ 27.39 19.66 32.49 -
YUV 125.82 143.34 162.37 -
System Red Green Blue C M Y K H S L
Decimal 174 96 153 0 0.45 0.12 0.32 316.15 0.33 0.53
Hex AE 60 99 0 2D C 20 13C 20 35
Octal 256 140 231 0 55 14 40 474 40 65
Binary 10101110 1100000 10011001 0 101101 1100 100000 100111100 100000 110101

Color Harmonies of #AE6099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6099

Black with #AE6099

Text Example


Text Example

White with #AE6099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6099; }

 p { color: rgb(174,96,153); }

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

background-color css

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

 a { background-color: rgb(174,96,153); }

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

border-color css

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

 span { border-color: rgb(174,96,153); }

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