Html Css Color HEX #AE7FA2 Bouquet

📋 copy color: '#AE7FA2'

red 174 ◦ green 127 ◦ blue 162

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

Shades of Bouquet #AE7FA2

Tints of Bouquet #AE7FA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 34.99%

R = 37.58%
G = 27.43%
B = 34.99%

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

#AE7FA2 (or 0xAE7FA2) is known color: Bouquet. HEX triplet: AE, 7F and A2. RGB value is (174,127,162). Sum of RGB (Red+Green+Blue) = 174+127+162=463 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.58% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 162 (63.67% from 255 or 34.99% from 463); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7FA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7FA2 is #51805D. Grayscale: #909090. Windows color (decimal): -5341278 or 10649518. OLE color: 10649518.

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

Color convert

RGB 174 127 162 -
CMYK 0 0.27 0.07 0.32
HSL 315.32º 0.22% 0.59% -
HSV(B) 315.32º 0.27% 0.68% -
XYZ 31.57 26.79 37.69 -
YUV 145.04 137.57 148.65 -
System Red Green Blue C M Y K H S L
Decimal 174 127 162 0 0.27 0.07 0.32 315.32 0.22 0.59
Hex AE 7F A2 0 1B 7 20 13B 16 3B
Octal 256 177 242 0 33 7 40 473 26 73
Binary 10101110 1111111 10100010 0 11011 111 100000 100111011 10110 111011

Color Harmonies of #AE7FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7FA2

Black with #AE7FA2

Text Example


Text Example

White with #AE7FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7FA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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