Html Css Color HEX #AF6D99 Bouquet

📋 copy color: '#AF6D99'

red 175 ◦ green 109 ◦ blue 153

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

Shades of Bouquet #AF6D99

Tints of Bouquet #AF6D99

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.94%

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

R = 40.05%
G = 24.94%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF6D99 (or 0xAF6D99) is known color: Bouquet. HEX triplet: AF, 6D and 99. RGB value is (175,109,153). Sum of RGB (Red+Green+Blue) = 175+109+153=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 109 (42.97% from 255 or 24.94% from 437); Blue value is 153 (60.16% from 255 or 35.01% from 437); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6D99 is #509266. Grayscale: #858585. Windows color (decimal): -5280359 or 10055087. OLE color: 10055087.

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

Color convert

RGB 175 109 153 -
CMYK 0 0.38 0.13 0.31
HSL 320º 0.29% 0.56% -
HSV(B) 320º 0.38% 0.69% -
XYZ 28.9 22.35 32.93 -
YUV 133.75 138.87 157.42 -
System Red Green Blue C M Y K H S L
Decimal 175 109 153 0 0.38 0.13 0.31 320 0.29 0.56
Hex AF 6D 99 0 26 D 1F 140 1D 38
Octal 257 155 231 0 46 15 37 500 35 70
Binary 10101111 1101101 10011001 0 100110 1101 11111 101000000 11101 111000

Color Harmonies of #AF6D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6D99

Black with #AF6D99

Text Example


Text Example

White with #AF6D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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