Html Css Color HEX #AE6895 Bouquet

📋 copy color: '#AE6895'

red 174 ◦ green 104 ◦ blue 149

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

Shades of Bouquet #AE6895

Tints of Bouquet #AE6895

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.36%

 BLUE value IS 149 (58.59% from 255) = 34.89%

R = 40.75%
G = 24.36%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AE6895 (or 0xAE6895) is known color: Bouquet. HEX triplet: AE, 68 and 95. RGB value is (174,104,149). Sum of RGB (Red+Green+Blue) = 174+104+149=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 104 (41.02% from 255 or 24.36% from 427); Blue value is 149 (58.59% from 255 or 34.89% from 427); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6895 is #51976A. Grayscale: #818181. Windows color (decimal): -5347179 or 9791662. OLE color: 9791662.

HSL color Cylindrical-coordinate representation of color #AE6895: hue angle of 321.43º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE6895 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 104 149 -
CMYK 0 0.40 0.14 0.32
HSL 321.43º 0.3% 0.55% -
HSV(B) 321.43º 0.4% 0.68% -
XYZ 27.83 21.07 31.03 -
YUV 130.06 138.69 159.34 -
System Red Green Blue C M Y K H S L
Decimal 174 104 149 0 0.40 0.14 0.32 321.43 0.3 0.55
Hex AE 68 95 0 28 E 20 141 1E 37
Octal 256 150 225 0 50 16 40 501 36 67
Binary 10101110 1101000 10010101 0 101000 1110 100000 101000001 11110 110111

Color Harmonies of #AE6895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6895

Black with #AE6895

Text Example


Text Example

White with #AE6895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6895; }

 p { color: rgb(174,104,149); }

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

background-color css

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

 a { background-color: rgb(174,104,149); }

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

border-color css

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

 span { border-color: rgb(174,104,149); }

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