Html Css Color HEX #AE6B9A Bouquet

📋 copy color: '#AE6B9A'

red 174 ◦ green 107 ◦ blue 154

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

Shades of Bouquet #AE6B9A

Tints of Bouquet #AE6B9A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.6%

 BLUE value IS 154 (60.55% from 255) = 35.4%

R = 40%
G = 24.6%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AE6B9A (or 0xAE6B9A) is known color: Bouquet. HEX triplet: AE, 6B and 9A. RGB value is (174,107,154). Sum of RGB (Red+Green+Blue) = 174+107+154=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 107 (42.19% from 255 or 24.60% from 435); Blue value is 154 (60.55% from 255 or 35.40% from 435); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6B9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6B9A is #519465. Grayscale: #848484. Windows color (decimal): -5346406 or 10120110. OLE color: 10120110.

HSL color Cylindrical-coordinate representation of color #AE6B9A: hue angle of 317.91º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AE6B9A is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 107 154 -
CMYK 0 0.39 0.11 0.32
HSL 317.91º 0.29% 0.55% -
HSV(B) 317.91º 0.39% 0.68% -
XYZ 28.55 21.85 33.28 -
YUV 132.39 140.2 157.68 -
System Red Green Blue C M Y K H S L
Decimal 174 107 154 0 0.39 0.11 0.32 317.91 0.29 0.55
Hex AE 6B 9A 0 27 B 20 13E 1D 37
Octal 256 153 232 0 47 13 40 476 35 67
Binary 10101110 1101011 10011010 0 100111 1011 100000 100111110 11101 110111

Color Harmonies of #AE6B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6B9A

Black with #AE6B9A

Text Example


Text Example

White with #AE6B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6B9A; }

 p { color: rgb(174,107,154); }

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

background-color css

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

 a { background-color: rgb(174,107,154); }

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

border-color css

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

 span { border-color: rgb(174,107,154); }

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