Html Css Color HEX #AE75A2 Bouquet

📋 copy color: '#AE75A2'

red 174 ◦ green 117 ◦ blue 162

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

Shades of Bouquet #AE75A2

Tints of Bouquet #AE75A2

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.83%

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

R = 38.41%
G = 25.83%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#AE75A2 (or 0xAE75A2) is known color: Bouquet. HEX triplet: AE, 75 and A2. RGB value is (174,117,162). Sum of RGB (Red+Green+Blue) = 174+117+162=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 162 (63.67% from 255 or 35.76% from 453); Max value from RGB is 174 - color contains mainly: red. Hex color #AE75A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE75A2 is #518A5D. Grayscale: #8B8B8B. Windows color (decimal): -5343838 or 10646958. OLE color: 10646958.

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

Color convert

RGB 174 117 162 -
CMYK 0 0.33 0.07 0.32
HSL 312.63º 0.26% 0.57% -
HSV(B) 312.63º 0.33% 0.68% -
XYZ 30.34 24.33 37.28 -
YUV 139.17 140.88 152.84 -
System Red Green Blue C M Y K H S L
Decimal 174 117 162 0 0.33 0.07 0.32 312.63 0.26 0.57
Hex AE 75 A2 0 21 7 20 139 1A 39
Octal 256 165 242 0 41 7 40 471 32 71
Binary 10101110 1110101 10100010 0 100001 111 100000 100111001 11010 111001

Color Harmonies of #AE75A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE75A2

Black with #AE75A2

Text Example


Text Example

White with #AE75A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE75A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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