Html Css Color HEX #AE6492 Bouquet

📋 copy color: '#AE6492'

red 174 ◦ green 100 ◦ blue 146

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

Shades of Bouquet #AE6492

Tints of Bouquet #AE6492

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.81%

 BLUE value IS 146 (57.42% from 255) = 34.76%

R = 41.43%
G = 23.81%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AE6492 (or 0xAE6492) is known color: Bouquet. HEX triplet: AE, 64 and 92. RGB value is (174,100,146). Sum of RGB (Red+Green+Blue) = 174+100+146=420 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.43% from 420); Green value is 100 (39.45% from 255 or 23.81% from 420); Blue value is 146 (57.42% from 255 or 34.76% from 420); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6492 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6492 is #519B6D. Grayscale: #7F7F7F. Windows color (decimal): -5348206 or 9594030. OLE color: 9594030.

HSL color Cylindrical-coordinate representation of color #AE6492: hue angle of 322.7º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AE6492 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 100 146 -
CMYK 0 0.43 0.16 0.32
HSL 322.7º 0.31% 0.54% -
HSV(B) 322.7º 0.43% 0.68% -
XYZ 27.2 20.19 29.66 -
YUV 127.37 138.52 161.26 -
System Red Green Blue C M Y K H S L
Decimal 174 100 146 0 0.43 0.16 0.32 322.7 0.31 0.54
Hex AE 64 92 0 2B 10 20 143 1F 36
Octal 256 144 222 0 53 20 40 503 37 66
Binary 10101110 1100100 10010010 0 101011 10000 100000 101000011 11111 110110

Color Harmonies of #AE6492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6492

Black with #AE6492

Text Example


Text Example

White with #AE6492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6492; }

 p { color: rgb(174,100,146); }

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

background-color css

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

 a { background-color: rgb(174,100,146); }

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

border-color css

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

 span { border-color: rgb(174,100,146); }

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