Html Css Color HEX #AF7592 Bouquet

📋 copy color: '#AF7592'

red 175 ◦ green 117 ◦ blue 146

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

Shades of Bouquet #AF7592

Tints of Bouquet #AF7592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.33%

R = 39.95%
G = 26.71%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#AF7592 (or 0xAF7592) is known color: Bouquet. HEX triplet: AF, 75 and 92. RGB value is (175,117,146). Sum of RGB (Red+Green+Blue) = 175+117+146=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 146 (57.42% from 255 or 33.33% from 438); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7592 is #508A6D. Grayscale: #898989. Windows color (decimal): -5278318 or 9598383. OLE color: 9598383.

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

Color convert

RGB 175 117 146 -
CMYK 0 0.33 0.17 0.31
HSL 330º 0.27% 0.57% -
HSV(B) 330º 0.33% 0.69% -
XYZ 29.23 23.91 30.27 -
YUV 137.65 132.72 154.64 -
System Red Green Blue C M Y K H S L
Decimal 175 117 146 0 0.33 0.17 0.31 330 0.27 0.57
Hex AF 75 92 0 21 11 1F 14A 1B 39
Octal 257 165 222 0 41 21 37 512 33 71
Binary 10101111 1110101 10010010 0 100001 10001 11111 101001010 11011 111001

Color Harmonies of #AF7592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7592

Black with #AF7592

Text Example


Text Example

White with #AF7592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7592; }

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

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

background-color css

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

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

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

border-color css

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

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

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