Html Css Color HEX #AE81A5 Bouquet

📋 copy color: '#AE81A5'

red 174 ◦ green 129 ◦ blue 165

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

Shades of Bouquet #AE81A5

Tints of Bouquet #AE81A5

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.56%

 BLUE value IS 165 (64.84% from 255) = 35.26%

R = 37.18%
G = 27.56%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#AE81A5 (or 0xAE81A5) is known color: Bouquet. HEX triplet: AE, 81 and A5. RGB value is (174,129,165). Sum of RGB (Red+Green+Blue) = 174+129+165=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 165 (64.84% from 255 or 35.26% from 468); Max value from RGB is 174 - color contains mainly: red. Hex color #AE81A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE81A5 is #517E5A. Grayscale: #929292. Windows color (decimal): -5340763 or 10846638. OLE color: 10846638.

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

Color convert

RGB 174 129 165 -
CMYK 0 0.26 0.05 0.32
HSL 312º 0.22% 0.59% -
HSV(B) 312º 0.26% 0.68% -
XYZ 32.1 27.42 39.2 -
YUV 146.56 138.41 147.57 -
System Red Green Blue C M Y K H S L
Decimal 174 129 165 0 0.26 0.05 0.32 312 0.22 0.59
Hex AE 81 A5 0 1A 5 20 138 16 3B
Octal 256 201 245 0 32 5 40 470 26 73
Binary 10101110 10000001 10100101 0 11010 101 100000 100111000 10110 111011

Color Harmonies of #AE81A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE81A5

Black with #AE81A5

Text Example


Text Example

White with #AE81A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE81A5; }

 p { color: rgb(174,129,165); }

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

background-color css

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

 a { background-color: rgb(174,129,165); }

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

border-color css

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

 span { border-color: rgb(174,129,165); }

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