Html Css Color HEX #AF7595 Bouquet

📋 copy color: '#AF7595'

red 175 ◦ green 117 ◦ blue 149

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

Shades of Bouquet #AF7595

Tints of Bouquet #AF7595

RGB

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

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

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

R = 39.68%
G = 26.53%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AF7595 (or 0xAF7595) is known color: Bouquet. HEX triplet: AF, 75 and 95. RGB value is (175,117,149). Sum of RGB (Red+Green+Blue) = 175+117+149=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 117 (46.09% from 255 or 26.53% from 441); Blue value is 149 (58.59% from 255 or 33.79% from 441); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7595 is #508A6A. Grayscale: #898989. Windows color (decimal): -5278315 or 9794991. OLE color: 9794991.

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

Color convert

RGB 175 117 149 -
CMYK 0 0.33 0.15 0.31
HSL 326.9º 0.27% 0.57% -
HSV(B) 326.9º 0.33% 0.69% -
XYZ 29.47 24.01 31.51 -
YUV 137.99 134.22 154.4 -
System Red Green Blue C M Y K H S L
Decimal 175 117 149 0 0.33 0.15 0.31 326.9 0.27 0.57
Hex AF 75 95 0 21 F 1F 147 1B 39
Octal 257 165 225 0 41 17 37 507 33 71
Binary 10101111 1110101 10010101 0 100001 1111 11111 101000111 11011 111001

Color Harmonies of #AF7595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7595

Black with #AF7595

Text Example


Text Example

White with #AF7595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7595; }

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

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

background-color css

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

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

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

border-color css

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

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

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