Html Css Color HEX #AF7299 Bouquet

📋 copy color: '#AF7299'

red 175 ◦ green 114 ◦ blue 153

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

Shades of Bouquet #AF7299

Tints of Bouquet #AF7299

RGB

 RED value IS 175 (68.75% from 255) = 39.59%

 GREEN value IS 114 (44.92% from 255) = 25.79%

 BLUE value IS 153 (60.16% from 255) = 34.62%

R = 39.59%
G = 25.79%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF7299 (or 0xAF7299) is known color: Bouquet. HEX triplet: AF, 72 and 99. RGB value is (175,114,153). Sum of RGB (Red+Green+Blue) = 175+114+153=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 114 (44.92% from 255 or 25.79% from 442); Blue value is 153 (60.16% from 255 or 34.62% from 442); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7299 is #508D66. Grayscale: #888888. Windows color (decimal): -5279079 or 10056367. OLE color: 10056367.

HSL color Cylindrical-coordinate representation of color #AF7299: hue angle of 321.64º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF7299 is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 114 153 -
CMYK 0 0.35 0.13 0.31
HSL 321.64º 0.28% 0.57% -
HSV(B) 321.64º 0.35% 0.69% -
XYZ 29.45 23.45 33.11 -
YUV 136.69 137.21 155.33 -
System Red Green Blue C M Y K H S L
Decimal 175 114 153 0 0.35 0.13 0.31 321.64 0.28 0.57
Hex AF 72 99 0 23 D 1F 142 1C 39
Octal 257 162 231 0 43 15 37 502 34 71
Binary 10101111 1110010 10011001 0 100011 1101 11111 101000010 11100 111001

Color Harmonies of #AF7299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7299

Black with #AF7299

Text Example


Text Example

White with #AF7299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7299; }

 p { color: rgb(175,114,153); }

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

background-color css

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

 a { background-color: rgb(175,114,153); }

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

border-color css

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

 span { border-color: rgb(175,114,153); }

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