Html Css Color HEX #AF859D Bouquet

📋 copy color: '#AF859D'

red 175 ◦ green 133 ◦ blue 157

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

Shades of Bouquet #AF859D

Tints of Bouquet #AF859D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.6%

 BLUE value IS 157 (61.72% from 255) = 33.76%

R = 37.63%
G = 28.6%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF859D (or 0xAF859D) is known color: Bouquet. HEX triplet: AF, 85 and 9D. RGB value is (175,133,157). Sum of RGB (Red+Green+Blue) = 175+133+157=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 133 (52.34% from 255 or 28.60% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 175 - color contains mainly: red. Hex color #AF859D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF859D is #507A62. Grayscale: #949494. Windows color (decimal): -5274211 or 10323375. OLE color: 10323375.

HSL color Cylindrical-coordinate representation of color #AF859D: hue angle of 325.71º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AF859D is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 133 157 -
CMYK 0 0.24 0.10 0.31
HSL 325.71º 0.21% 0.6% -
HSV(B) 325.71º 0.24% 0.69% -
XYZ 32.15 28.32 35.67 -
YUV 148.29 132.91 147.05 -
System Red Green Blue C M Y K H S L
Decimal 175 133 157 0 0.24 0.10 0.31 325.71 0.21 0.6
Hex AF 85 9D 0 18 A 1F 146 15 3C
Octal 257 205 235 0 30 12 37 506 25 74
Binary 10101111 10000101 10011101 0 11000 1010 11111 101000110 10101 111100

Color Harmonies of #AF859D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF859D

Black with #AF859D

Text Example


Text Example

White with #AF859D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF859D; }

 p { color: rgb(175,133,157); }

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

background-color css

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

 a { background-color: rgb(175,133,157); }

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

border-color css

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

 span { border-color: rgb(175,133,157); }

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