Html Css Color HEX #AE6096 Violet Blue

📋 copy color: '#AE6096'

red 174 ◦ green 96 ◦ blue 150

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

Shades of Violet Blue #AE6096

Tints of Violet Blue #AE6096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.71%

R = 41.43%
G = 22.86%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AE6096 (or 0xAE6096) is known color: Violet Blue. HEX triplet: AE, 60 and 96. RGB value is (174,96,150). Sum of RGB (Red+Green+Blue) = 174+96+150=420 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.43% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6096 is #519F69. Grayscale: #7D7D7D. Windows color (decimal): -5349226 or 9855150. OLE color: 9855150.

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

Color convert

RGB 174 96 150 -
CMYK 0 0.45 0.14 0.32
HSL 318.46º 0.33% 0.53% -
HSV(B) 318.46º 0.45% 0.68% -
XYZ 27.14 19.57 31.2 -
YUV 125.48 141.84 162.61 -
System Red Green Blue C M Y K H S L
Decimal 174 96 150 0 0.45 0.14 0.32 318.46 0.33 0.53
Hex AE 60 96 0 2D E 20 13E 20 35
Octal 256 140 226 0 55 16 40 476 40 65
Binary 10101110 1100000 10010110 0 101101 1110 100000 100111110 100000 110101

Color Harmonies of #AE6096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6096

Black with #AE6096

Text Example


Text Example

White with #AE6096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6096; }

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

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

background-color css

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

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

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

border-color css

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

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

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