Html Css Color HEX #AE7FA1 Bouquet

📋 copy color: '#AE7FA1'

red 174 ◦ green 127 ◦ blue 161

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

Shades of Bouquet #AE7FA1

Tints of Bouquet #AE7FA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 34.85%

R = 37.66%
G = 27.49%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#AE7FA1 (or 0xAE7FA1) is known color: Bouquet. HEX triplet: AE, 7F and A1. RGB value is (174,127,161). Sum of RGB (Red+Green+Blue) = 174+127+161=462 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.66% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 161 (63.28% from 255 or 34.85% from 462); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7FA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7FA1 is #51805E. Grayscale: #909090. Windows color (decimal): -5341279 or 10583982. OLE color: 10583982.

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

Color convert

RGB 174 127 161 -
CMYK 0 0.27 0.07 0.32
HSL 316.6º 0.22% 0.59% -
HSV(B) 316.6º 0.27% 0.68% -
XYZ 31.48 26.75 37.22 -
YUV 144.93 137.07 148.74 -
System Red Green Blue C M Y K H S L
Decimal 174 127 161 0 0.27 0.07 0.32 316.6 0.22 0.59
Hex AE 7F A1 0 1B 7 20 13D 16 3B
Octal 256 177 241 0 33 7 40 475 26 73
Binary 10101110 1111111 10100001 0 11011 111 100000 100111101 10110 111011

Color Harmonies of #AE7FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7FA1

Black with #AE7FA1

Text Example


Text Example

White with #AE7FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7FA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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