Html Css Color HEX #AE6299 Violet Blue

📋 copy color: '#AE6299'

red 174 ◦ green 98 ◦ blue 153

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

Shades of Violet Blue #AE6299

Tints of Violet Blue #AE6299

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.06%

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

R = 40.94%
G = 23.06%
B = 36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AE6299 (or 0xAE6299) is known color: Violet Blue. HEX triplet: AE, 62 and 99. RGB value is (174,98,153). Sum of RGB (Red+Green+Blue) = 174+98+153=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 98 (38.67% from 255 or 23.06% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6299 is #519D66. Grayscale: #7E7E7E. Windows color (decimal): -5348711 or 10052270. OLE color: 10052270.

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

Color convert

RGB 174 98 153 -
CMYK 0 0.44 0.12 0.32
HSL 316.58º 0.32% 0.53% -
HSV(B) 316.58º 0.44% 0.68% -
XYZ 27.57 20.03 32.55 -
YUV 126.99 142.68 161.53 -
System Red Green Blue C M Y K H S L
Decimal 174 98 153 0 0.44 0.12 0.32 316.58 0.32 0.53
Hex AE 62 99 0 2C C 20 13D 20 35
Octal 256 142 231 0 54 14 40 475 40 65
Binary 10101110 1100010 10011001 0 101100 1100 100000 100111101 100000 110101

Color Harmonies of #AE6299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6299

Black with #AE6299

Text Example


Text Example

White with #AE6299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6299; }

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

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

background-color css

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

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

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

border-color css

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

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

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