Html Css Color HEX #AE6498 Bouquet

📋 copy color: '#AE6498'

red 174 ◦ green 100 ◦ blue 152

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

Shades of Bouquet #AE6498

Tints of Bouquet #AE6498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 35.68%

R = 40.85%
G = 23.47%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AE6498 (or 0xAE6498) is known color: Bouquet. HEX triplet: AE, 64 and 98. RGB value is (174,100,152). Sum of RGB (Red+Green+Blue) = 174+100+152=426 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.85% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6498 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6498 is #519B67. Grayscale: #7F7F7F. Windows color (decimal): -5348200 or 9987246. OLE color: 9987246.

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

Color convert

RGB 174 100 152 -
CMYK 0 0.43 0.13 0.32
HSL 317.84º 0.31% 0.54% -
HSV(B) 317.84º 0.43% 0.68% -
XYZ 27.68 20.38 32.18 -
YUV 128.05 141.52 160.77 -
System Red Green Blue C M Y K H S L
Decimal 174 100 152 0 0.43 0.13 0.32 317.84 0.31 0.54
Hex AE 64 98 0 2B D 20 13E 1F 36
Octal 256 144 230 0 53 15 40 476 37 66
Binary 10101110 1100100 10011000 0 101011 1101 100000 100111110 11111 110110

Color Harmonies of #AE6498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6498

Black with #AE6498

Text Example


Text Example

White with #AE6498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6498; }

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

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

background-color css

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

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

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

border-color css

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

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

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