Html Css Color HEX #AF7193 Bouquet

📋 copy color: '#AF7193'

red 175 ◦ green 113 ◦ blue 147

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

Shades of Bouquet #AF7193

Tints of Bouquet #AF7193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 33.79%

R = 40.23%
G = 25.98%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#AF7193 (or 0xAF7193) is known color: Bouquet. HEX triplet: AF, 71 and 93. RGB value is (175,113,147). Sum of RGB (Red+Green+Blue) = 175+113+147=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 113 (44.53% from 255 or 25.98% from 435); Blue value is 147 (57.81% from 255 or 33.79% from 435); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7193 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7193 is #508E6C. Grayscale: #878787. Windows color (decimal): -5279341 or 9662895. OLE color: 9662895.

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

Color convert

RGB 175 113 147 -
CMYK 0 0.35 0.16 0.31
HSL 327.1º 0.28% 0.56% -
HSV(B) 327.1º 0.35% 0.69% -
XYZ 28.85 23.03 30.53 -
YUV 135.41 134.54 156.24 -
System Red Green Blue C M Y K H S L
Decimal 175 113 147 0 0.35 0.16 0.31 327.1 0.28 0.56
Hex AF 71 93 0 23 10 1F 147 1C 38
Octal 257 161 223 0 43 20 37 507 34 70
Binary 10101111 1110001 10010011 0 100011 10000 11111 101000111 11100 111000

Color Harmonies of #AF7193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7193

Black with #AF7193

Text Example


Text Example

White with #AF7193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7193; }

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

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

background-color css

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

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

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

border-color css

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

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

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