Html Css Color HEX #AF759C Bouquet

📋 copy color: '#AF759C'

red 175 ◦ green 117 ◦ blue 156

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

Shades of Bouquet #AF759C

Tints of Bouquet #AF759C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.82%

R = 39.06%
G = 26.12%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF759C (or 0xAF759C) is known color: Bouquet. HEX triplet: AF, 75 and 9C. RGB value is (175,117,156). Sum of RGB (Red+Green+Blue) = 175+117+156=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 156 (61.33% from 255 or 34.82% from 448); Max value from RGB is 175 - color contains mainly: red. Hex color #AF759C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF759C is #508A63. Grayscale: #8A8A8A. Windows color (decimal): -5278308 or 10253743. OLE color: 10253743.

HSL color Cylindrical-coordinate representation of color #AF759C: hue angle of 319.66º 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 #AF759C is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 117 156 -
CMYK 0 0.33 0.11 0.31
HSL 319.66º 0.27% 0.57% -
HSV(B) 319.66º 0.33% 0.69% -
XYZ 30.04 24.24 34.55 -
YUV 138.79 137.72 153.83 -
System Red Green Blue C M Y K H S L
Decimal 175 117 156 0 0.33 0.11 0.31 319.66 0.27 0.57
Hex AF 75 9C 0 21 B 1F 140 1B 39
Octal 257 165 234 0 41 13 37 500 33 71
Binary 10101111 1110101 10011100 0 100001 1011 11111 101000000 11011 111001

Color Harmonies of #AF759C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF759C

Black with #AF759C

Text Example


Text Example

White with #AF759C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF759C; }

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

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

background-color css

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

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

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

border-color css

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

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

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