Html Css Color HEX #AF7498 Bouquet

📋 copy color: '#AF7498'

red 175 ◦ green 116 ◦ blue 152

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

Shades of Bouquet #AF7498

Tints of Bouquet #AF7498

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.19%

 BLUE value IS 152 (59.77% from 255) = 34.31%

R = 39.5%
G = 26.19%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF7498 (or 0xAF7498) is known color: Bouquet. HEX triplet: AF, 74 and 98. RGB value is (175,116,152). Sum of RGB (Red+Green+Blue) = 175+116+152=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 116 (45.70% from 255 or 26.19% from 443); Blue value is 152 (59.77% from 255 or 34.31% from 443); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7498 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7498 is #508B67. Grayscale: #898989. Windows color (decimal): -5278568 or 9991343. OLE color: 9991343.

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

Color convert

RGB 175 116 152 -
CMYK 0 0.34 0.13 0.31
HSL 323.39º 0.27% 0.57% -
HSV(B) 323.39º 0.34% 0.69% -
XYZ 29.59 23.87 32.75 -
YUV 137.75 136.05 154.57 -
System Red Green Blue C M Y K H S L
Decimal 175 116 152 0 0.34 0.13 0.31 323.39 0.27 0.57
Hex AF 74 98 0 22 D 1F 143 1B 39
Octal 257 164 230 0 42 15 37 503 33 71
Binary 10101111 1110100 10011000 0 100010 1101 11111 101000011 11011 111001

Color Harmonies of #AF7498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7498

Black with #AF7498

Text Example


Text Example

White with #AF7498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7498; }

 p { color: rgb(175,116,152); }

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

background-color css

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

 a { background-color: rgb(175,116,152); }

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

border-color css

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

 span { border-color: rgb(175,116,152); }

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