Html Css Color HEX #AF7599 Bouquet

📋 copy color: '#AF7599'

red 175 ◦ green 117 ◦ blue 153

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

Shades of Bouquet #AF7599

Tints of Bouquet #AF7599

RGB

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

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

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

R = 39.33%
G = 26.29%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF7599 (or 0xAF7599) is known color: Bouquet. HEX triplet: AF, 75 and 99. RGB value is (175,117,153). Sum of RGB (Red+Green+Blue) = 175+117+153=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 117 (46.09% from 255 or 26.29% from 445); Blue value is 153 (60.16% from 255 or 34.38% from 445); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7599 is #508A66. Grayscale: #8A8A8A. Windows color (decimal): -5278311 or 10057135. OLE color: 10057135.

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

Color convert

RGB 175 117 153 -
CMYK 0 0.33 0.13 0.31
HSL 322.76º 0.27% 0.57% -
HSV(B) 322.76º 0.33% 0.69% -
XYZ 29.79 24.14 33.23 -
YUV 138.45 136.22 154.07 -
System Red Green Blue C M Y K H S L
Decimal 175 117 153 0 0.33 0.13 0.31 322.76 0.27 0.57
Hex AF 75 99 0 21 D 1F 143 1B 39
Octal 257 165 231 0 41 15 37 503 33 71
Binary 10101111 1110101 10011001 0 100001 1101 11111 101000011 11011 111001

Color Harmonies of #AF7599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7599

Black with #AF7599

Text Example


Text Example

White with #AF7599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7599; }

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

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

background-color css

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

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

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

border-color css

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

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

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