Html Css Color HEX #AE6F9E Bouquet

📋 copy color: '#AE6F9E'

red 174 ◦ green 111 ◦ blue 158

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

Shades of Bouquet #AE6F9E

Tints of Bouquet #AE6F9E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.06%

 BLUE value IS 158 (62.11% from 255) = 35.67%

R = 39.28%
G = 25.06%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AE6F9E (or 0xAE6F9E) is known color: Bouquet. HEX triplet: AE, 6F and 9E. RGB value is (174,111,158). Sum of RGB (Red+Green+Blue) = 174+111+158=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 111 (43.75% from 255 or 25.06% from 443); Blue value is 158 (62.11% from 255 or 35.67% from 443); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6F9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6F9E is #519061. Grayscale: #878787. Windows color (decimal): -5345378 or 10383278. OLE color: 10383278.

HSL color Cylindrical-coordinate representation of color #AE6F9E: hue angle of 315.24º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AE6F9E is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 111 158 -
CMYK 0 0.36 0.09 0.32
HSL 315.24º 0.28% 0.56% -
HSV(B) 315.24º 0.36% 0.68% -
XYZ 29.31 22.84 35.21 -
YUV 135.2 140.87 155.68 -
System Red Green Blue C M Y K H S L
Decimal 174 111 158 0 0.36 0.09 0.32 315.24 0.28 0.56
Hex AE 6F 9E 0 24 9 20 13B 1C 38
Octal 256 157 236 0 44 11 40 473 34 70
Binary 10101110 1101111 10011110 0 100100 1001 100000 100111011 11100 111000

Color Harmonies of #AE6F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6F9E

Black with #AE6F9E

Text Example


Text Example

White with #AE6F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6F9E; }

 p { color: rgb(174,111,158); }

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

background-color css

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

 a { background-color: rgb(174,111,158); }

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

border-color css

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

 span { border-color: rgb(174,111,158); }

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