Html Css Color HEX #AF8098 Bouquet

📋 copy color: '#AF8098'

red 175 ◦ green 128 ◦ blue 152

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

Shades of Bouquet #AF8098

Tints of Bouquet #AF8098

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.13%

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

R = 38.46%
G = 28.13%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF8098 (or 0xAF8098) is known color: Bouquet. HEX triplet: AF, 80 and 98. RGB value is (175,128,152). Sum of RGB (Red+Green+Blue) = 175+128+152=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 152 (59.77% from 255 or 33.41% from 455); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8098 is #507F67. Grayscale: #909090. Windows color (decimal): -5275496 or 9994415. OLE color: 9994415.

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

Color convert

RGB 175 128 152 -
CMYK 0 0.27 0.13 0.31
HSL 329.36º 0.23% 0.59% -
HSV(B) 329.36º 0.27% 0.69% -
XYZ 31.07 26.82 33.25 -
YUV 144.79 132.07 149.55 -
System Red Green Blue C M Y K H S L
Decimal 175 128 152 0 0.27 0.13 0.31 329.36 0.23 0.59
Hex AF 80 98 0 1B D 1F 149 17 3B
Octal 257 200 230 0 33 15 37 511 27 73
Binary 10101111 10000000 10011000 0 11011 1101 11111 101001001 10111 111011

Color Harmonies of #AF8098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8098

Black with #AF8098

Text Example


Text Example

White with #AF8098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8098; }

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

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

background-color css

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

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

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

border-color css

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

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

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