Html Css Color HEX #AF8498 Bouquet

📋 copy color: '#AF8498'

red 175 ◦ green 132 ◦ blue 152

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

Shades of Bouquet #AF8498

Tints of Bouquet #AF8498

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.76%

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

R = 38.13%
G = 28.76%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF8498 (or 0xAF8498) is known color: Bouquet. HEX triplet: AF, 84 and 98. RGB value is (175,132,152). Sum of RGB (Red+Green+Blue) = 175+132+152=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 132 (51.95% from 255 or 28.76% from 459); Blue value is 152 (59.77% from 255 or 33.12% from 459); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8498 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8498 is #507B67. Grayscale: #939393. Windows color (decimal): -5274472 or 9995439. OLE color: 9995439.

HSL color Cylindrical-coordinate representation of color #AF8498: hue angle of 332.09º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AF8498 is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 132 152 -
CMYK 0 0.25 0.13 0.31
HSL 332.09º 0.21% 0.6% -
HSV(B) 332.09º 0.25% 0.69% -
XYZ 31.6 27.88 33.42 -
YUV 147.14 130.75 147.87 -
System Red Green Blue C M Y K H S L
Decimal 175 132 152 0 0.25 0.13 0.31 332.09 0.21 0.6
Hex AF 84 98 0 19 D 1F 14C 15 3C
Octal 257 204 230 0 31 15 37 514 25 74
Binary 10101111 10000100 10011000 0 11001 1101 11111 101001100 10101 111100

Color Harmonies of #AF8498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8498

Black with #AF8498

Text Example


Text Example

White with #AF8498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8498; }

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

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

background-color css

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

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

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

border-color css

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

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

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