Html Css Color HEX #AF7394 Bouquet

📋 copy color: '#AF7394'

red 175 ◦ green 115 ◦ blue 148

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

Shades of Bouquet #AF7394

Tints of Bouquet #AF7394

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.26%

 BLUE value IS 148 (58.2% from 255) = 33.79%

R = 39.95%
G = 26.26%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AF7394 (or 0xAF7394) is known color: Bouquet. HEX triplet: AF, 73 and 94. RGB value is (175,115,148). Sum of RGB (Red+Green+Blue) = 175+115+148=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 115 (45.31% from 255 or 26.26% from 438); Blue value is 148 (58.20% from 255 or 33.79% from 438); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7394 is #508C6B. Grayscale: #888888. Windows color (decimal): -5278828 or 9728943. OLE color: 9728943.

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

Color convert

RGB 175 115 148 -
CMYK 0 0.34 0.15 0.31
HSL 327º 0.27% 0.57% -
HSV(B) 327º 0.34% 0.69% -
XYZ 29.16 23.51 31.02 -
YUV 136.7 134.38 155.32 -
System Red Green Blue C M Y K H S L
Decimal 175 115 148 0 0.34 0.15 0.31 327 0.27 0.57
Hex AF 73 94 0 22 F 1F 147 1B 39
Octal 257 163 224 0 42 17 37 507 33 71
Binary 10101111 1110011 10010100 0 100010 1111 11111 101000111 11011 111001

Color Harmonies of #AF7394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7394

Black with #AF7394

Text Example


Text Example

White with #AF7394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7394; }

 p { color: rgb(175,115,148); }

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

background-color css

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

 a { background-color: rgb(175,115,148); }

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

border-color css

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

 span { border-color: rgb(175,115,148); }

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