Html Css Color HEX #AF7295 Bouquet

📋 copy color: '#AF7295'

red 175 ◦ green 114 ◦ blue 149

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

Shades of Bouquet #AF7295

Tints of Bouquet #AF7295

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.03%

 BLUE value IS 149 (58.59% from 255) = 34.02%

R = 39.95%
G = 26.03%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AF7295 (or 0xAF7295) is known color: Bouquet. HEX triplet: AF, 72 and 95. RGB value is (175,114,149). Sum of RGB (Red+Green+Blue) = 175+114+149=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 149 (58.59% from 255 or 34.02% from 438); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7295 is #508D6A. Grayscale: #888888. Windows color (decimal): -5279083 or 9794223. OLE color: 9794223.

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

Color convert

RGB 175 114 149 -
CMYK 0 0.35 0.15 0.31
HSL 325.57º 0.28% 0.57% -
HSV(B) 325.57º 0.35% 0.69% -
XYZ 29.12 23.32 31.4 -
YUV 136.23 135.21 155.65 -
System Red Green Blue C M Y K H S L
Decimal 175 114 149 0 0.35 0.15 0.31 325.57 0.28 0.57
Hex AF 72 95 0 23 F 1F 146 1C 39
Octal 257 162 225 0 43 17 37 506 34 71
Binary 10101111 1110010 10010101 0 100011 1111 11111 101000110 11100 111001

Color Harmonies of #AF7295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7295

Black with #AF7295

Text Example


Text Example

White with #AF7295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7295; }

 p { color: rgb(175,114,149); }

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

background-color css

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

 a { background-color: rgb(175,114,149); }

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

border-color css

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

 span { border-color: rgb(175,114,149); }

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