Html Css Color HEX #AF7195 Bouquet

📋 copy color: '#AF7195'

red 175 ◦ green 113 ◦ blue 149

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

Shades of Bouquet #AF7195

Tints of Bouquet #AF7195

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.86%

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

R = 40.05%
G = 25.86%
B = 34.1%

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

#AF7195 (or 0xAF7195) is known color: Bouquet. HEX triplet: AF, 71 and 95. RGB value is (175,113,149). Sum of RGB (Red+Green+Blue) = 175+113+149=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 113 (44.53% from 255 or 25.86% from 437); Blue value is 149 (58.59% from 255 or 34.10% from 437); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7195 is #508E6A. Grayscale: #878787. Windows color (decimal): -5279339 or 9793967. OLE color: 9793967.

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

Color convert

RGB 175 113 149 -
CMYK 0 0.35 0.15 0.31
HSL 325.16º 0.28% 0.56% -
HSV(B) 325.16º 0.35% 0.69% -
XYZ 29.01 23.09 31.36 -
YUV 135.64 135.54 156.07 -
System Red Green Blue C M Y K H S L
Decimal 175 113 149 0 0.35 0.15 0.31 325.16 0.28 0.56
Hex AF 71 95 0 23 F 1F 145 1C 38
Octal 257 161 225 0 43 17 37 505 34 70
Binary 10101111 1110001 10010101 0 100011 1111 11111 101000101 11100 111000

Color Harmonies of #AF7195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7195

Black with #AF7195

Text Example


Text Example

White with #AF7195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7195; }

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

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

background-color css

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

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

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

border-color css

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

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

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