Html Css Color HEX #AF7099 Bouquet

📋 copy color: '#AF7099'

red 175 ◦ green 112 ◦ blue 153

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

Shades of Bouquet #AF7099

Tints of Bouquet #AF7099

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.45%

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

R = 39.77%
G = 25.45%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF7099 (or 0xAF7099) is known color: Bouquet. HEX triplet: AF, 70 and 99. RGB value is (175,112,153). Sum of RGB (Red+Green+Blue) = 175+112+153=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 153 (60.16% from 255 or 34.77% from 440); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7099 is #508F66. Grayscale: #878787. Windows color (decimal): -5279591 or 10055855. OLE color: 10055855.

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

Color convert

RGB 175 112 153 -
CMYK 0 0.36 0.13 0.31
HSL 320.95º 0.28% 0.56% -
HSV(B) 320.95º 0.36% 0.69% -
XYZ 29.22 23 33.04 -
YUV 135.51 137.87 156.17 -
System Red Green Blue C M Y K H S L
Decimal 175 112 153 0 0.36 0.13 0.31 320.95 0.28 0.56
Hex AF 70 99 0 24 D 1F 141 1C 38
Octal 257 160 231 0 44 15 37 501 34 70
Binary 10101111 1110000 10011001 0 100100 1101 11111 101000001 11100 111000

Color Harmonies of #AF7099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7099

Black with #AF7099

Text Example


Text Example

White with #AF7099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7099; }

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

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

background-color css

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

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

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

border-color css

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

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

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