Html Css Color HEX #AF759E Bouquet

📋 copy color: '#AF759E'

red 175 ◦ green 117 ◦ blue 158

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

Shades of Bouquet #AF759E

Tints of Bouquet #AF759E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.11%

R = 38.89%
G = 26%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF759E (or 0xAF759E) is known color: Bouquet. HEX triplet: AF, 75 and 9E. RGB value is (175,117,158). Sum of RGB (Red+Green+Blue) = 175+117+158=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 117 (46.09% from 255 or 26% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 175 - color contains mainly: red. Hex color #AF759E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF759E is #508A61. Grayscale: #8A8A8A. Windows color (decimal): -5278306 or 10384815. OLE color: 10384815.

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

Color convert

RGB 175 117 158 -
CMYK 0 0.33 0.10 0.31
HSL 317.59º 0.27% 0.57% -
HSV(B) 317.59º 0.33% 0.69% -
XYZ 30.21 24.31 35.45 -
YUV 139.02 138.72 153.67 -
System Red Green Blue C M Y K H S L
Decimal 175 117 158 0 0.33 0.10 0.31 317.59 0.27 0.57
Hex AF 75 9E 0 21 A 1F 13E 1B 39
Octal 257 165 236 0 41 12 37 476 33 71
Binary 10101111 1110101 10011110 0 100001 1010 11111 100111110 11011 111001

Color Harmonies of #AF759E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF759E

Black with #AF759E

Text Example


Text Example

White with #AF759E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF759E; }

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

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

background-color css

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

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

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

border-color css

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

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

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