Html Css Color HEX #AE6A95 Bouquet

📋 copy color: '#AE6A95'

red 174 ◦ green 106 ◦ blue 149

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

Shades of Bouquet #AE6A95

Tints of Bouquet #AE6A95

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.71%

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

R = 40.56%
G = 24.71%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AE6A95 (or 0xAE6A95) is known color: Bouquet. HEX triplet: AE, 6A and 95. RGB value is (174,106,149). Sum of RGB (Red+Green+Blue) = 174+106+149=429 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.56% from 429); Green value is 106 (41.80% from 255 or 24.71% from 429); Blue value is 149 (58.59% from 255 or 34.73% from 429); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6A95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6A95 is #51956A. Grayscale: #838383. Windows color (decimal): -5346667 or 9792174. OLE color: 9792174.

HSL color Cylindrical-coordinate representation of color #AE6A95: hue angle of 322.06º degrees, saturation: 0.3, 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 #AE6A95 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 106 149 -
CMYK 0 0.39 0.14 0.32
HSL 322.06º 0.3% 0.55% -
HSV(B) 322.06º 0.39% 0.68% -
XYZ 28.03 21.48 31.1 -
YUV 131.23 138.03 158.5 -
System Red Green Blue C M Y K H S L
Decimal 174 106 149 0 0.39 0.14 0.32 322.06 0.3 0.55
Hex AE 6A 95 0 27 E 20 142 1E 37
Octal 256 152 225 0 47 16 40 502 36 67
Binary 10101110 1101010 10010101 0 100111 1110 100000 101000010 11110 110111

Color Harmonies of #AE6A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6A95

Black with #AE6A95

Text Example


Text Example

White with #AE6A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6A95; }

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

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

background-color css

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

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

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

border-color css

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

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

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