Html Css Color HEX #AF6C99 Bouquet

📋 copy color: '#AF6C99'

red 175 ◦ green 108 ◦ blue 153

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

Shades of Bouquet #AF6C99

Tints of Bouquet #AF6C99

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.77%

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

R = 40.14%
G = 24.77%
B = 35.09%

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

#AF6C99 (or 0xAF6C99) is known color: Bouquet. HEX triplet: AF, 6C and 99. RGB value is (175,108,153). Sum of RGB (Red+Green+Blue) = 175+108+153=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 108 (42.58% from 255 or 24.77% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6C99 is #509366. Grayscale: #858585. Windows color (decimal): -5280615 or 10054831. OLE color: 10054831.

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

Color convert

RGB 175 108 153 -
CMYK 0 0.38 0.13 0.31
HSL 319.7º 0.3% 0.55% -
HSV(B) 319.7º 0.38% 0.69% -
XYZ 28.79 22.14 32.89 -
YUV 133.16 139.2 157.84 -
System Red Green Blue C M Y K H S L
Decimal 175 108 153 0 0.38 0.13 0.31 319.7 0.3 0.55
Hex AF 6C 99 0 26 D 1F 140 1E 37
Octal 257 154 231 0 46 15 37 500 36 67
Binary 10101111 1101100 10011001 0 100110 1101 11111 101000000 11110 110111

Color Harmonies of #AF6C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6C99

Black with #AF6C99

Text Example


Text Example

White with #AF6C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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