Html Css Color HEX #AE7F9F Bouquet

📋 copy color: '#AE7F9F'

red 174 ◦ green 127 ◦ blue 159

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

Shades of Bouquet #AE7F9F

Tints of Bouquet #AE7F9F

RGB

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

 GREEN value IS 127 (50% from 255) = 27.61%

 BLUE value IS 159 (62.5% from 255) = 34.57%

R = 37.83%
G = 27.61%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AE7F9F (or 0xAE7F9F) is known color: Bouquet. HEX triplet: AE, 7F and 9F. RGB value is (174,127,159). Sum of RGB (Red+Green+Blue) = 174+127+159=460 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.83% from 460); Green value is 127 (50% from 255 or 27.61% from 460); Blue value is 159 (62.5% from 255 or 34.57% from 460); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7F9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7F9F is #518060. Grayscale: #909090. Windows color (decimal): -5341281 or 10452910. OLE color: 10452910.

HSL color Cylindrical-coordinate representation of color #AE7F9F: hue angle of 319.15º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AE7F9F is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 127 159 -
CMYK 0 0.27 0.09 0.32
HSL 319.15º 0.22% 0.59% -
HSV(B) 319.15º 0.27% 0.68% -
XYZ 31.3 26.68 36.3 -
YUV 144.7 136.07 148.9 -
System Red Green Blue C M Y K H S L
Decimal 174 127 159 0 0.27 0.09 0.32 319.15 0.22 0.59
Hex AE 7F 9F 0 1B 9 20 13F 16 3B
Octal 256 177 237 0 33 11 40 477 26 73
Binary 10101110 1111111 10011111 0 11011 1001 100000 100111111 10110 111011

Color Harmonies of #AE7F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7F9F

Black with #AE7F9F

Text Example


Text Example

White with #AE7F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7F9F; }

 p { color: rgb(174,127,159); }

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

background-color css

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

 a { background-color: rgb(174,127,159); }

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

border-color css

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

 span { border-color: rgb(174,127,159); }

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