Html Css Color HEX #AE6B94 Bouquet

📋 copy color: '#AE6B94'

red 174 ◦ green 107 ◦ blue 148

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

Shades of Bouquet #AE6B94

Tints of Bouquet #AE6B94

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.94%

 BLUE value IS 148 (58.2% from 255) = 34.5%

R = 40.56%
G = 24.94%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#AE6B94 (or 0xAE6B94) is known color: Bouquet. HEX triplet: AE, 6B and 94. RGB value is (174,107,148). Sum of RGB (Red+Green+Blue) = 174+107+148=429 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.56% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6B94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6B94 is #51946B. Grayscale: #838383. Windows color (decimal): -5346412 or 9726894. OLE color: 9726894.

HSL color Cylindrical-coordinate representation of color #AE6B94: hue angle of 323.28º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AE6B94 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 107 148 -
CMYK 0 0.39 0.15 0.32
HSL 323.28º 0.29% 0.55% -
HSV(B) 323.28º 0.39% 0.68% -
XYZ 28.06 21.65 30.72 -
YUV 131.71 137.2 158.17 -
System Red Green Blue C M Y K H S L
Decimal 174 107 148 0 0.39 0.15 0.32 323.28 0.29 0.55
Hex AE 6B 94 0 27 F 20 143 1D 37
Octal 256 153 224 0 47 17 40 503 35 67
Binary 10101110 1101011 10010100 0 100111 1111 100000 101000011 11101 110111

Color Harmonies of #AE6B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6B94

Black with #AE6B94

Text Example


Text Example

White with #AE6B94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6B94; }

 p { color: rgb(174,107,148); }

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

background-color css

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

 a { background-color: rgb(174,107,148); }

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

border-color css

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

 span { border-color: rgb(174,107,148); }

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