Html Css Color HEX #AF7396 Bouquet

📋 copy color: '#AF7396'

red 175 ◦ green 115 ◦ blue 150

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

Shades of Bouquet #AF7396

Tints of Bouquet #AF7396

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.14%

 BLUE value IS 150 (58.98% from 255) = 34.09%

R = 39.77%
G = 26.14%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AF7396 (or 0xAF7396) is known color: Bouquet. HEX triplet: AF, 73 and 96. RGB value is (175,115,150). Sum of RGB (Red+Green+Blue) = 175+115+150=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 115 (45.31% from 255 or 26.14% from 440); Blue value is 150 (58.98% from 255 or 34.09% from 440); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7396 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7396 is #508C69. Grayscale: #888888. Windows color (decimal): -5278826 or 9860015. OLE color: 9860015.

HSL color Cylindrical-coordinate representation of color #AF7396: hue angle of 325º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF7396 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 115 150 -
CMYK 0 0.34 0.14 0.31
HSL 325º 0.27% 0.57% -
HSV(B) 325º 0.34% 0.69% -
XYZ 29.31 23.58 31.86 -
YUV 136.93 135.38 155.15 -
System Red Green Blue C M Y K H S L
Decimal 175 115 150 0 0.34 0.14 0.31 325 0.27 0.57
Hex AF 73 96 0 22 E 1F 145 1B 39
Octal 257 163 226 0 42 16 37 505 33 71
Binary 10101111 1110011 10010110 0 100010 1110 11111 101000101 11011 111001

Color Harmonies of #AF7396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7396

Black with #AF7396

Text Example


Text Example

White with #AF7396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7396; }

 p { color: rgb(175,115,150); }

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

background-color css

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

 a { background-color: rgb(175,115,150); }

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

border-color css

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

 span { border-color: rgb(175,115,150); }

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