Html Css Color HEX #AF8298 Bouquet

📋 copy color: '#AF8298'

red 175 ◦ green 130 ◦ blue 152

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

Shades of Bouquet #AF8298

Tints of Bouquet #AF8298

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.45%

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

R = 38.29%
G = 28.45%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF8298 (or 0xAF8298) is known color: Bouquet. HEX triplet: AF, 82 and 98. RGB value is (175,130,152). Sum of RGB (Red+Green+Blue) = 175+130+152=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8298 is #507D67. Grayscale: #919191. Windows color (decimal): -5274984 or 9994927. OLE color: 9994927.

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

Color convert

RGB 175 130 152 -
CMYK 0 0.26 0.13 0.31
HSL 330.67º 0.22% 0.6% -
HSV(B) 330.67º 0.26% 0.69% -
XYZ 31.33 27.35 33.33 -
YUV 145.96 131.41 148.71 -
System Red Green Blue C M Y K H S L
Decimal 175 130 152 0 0.26 0.13 0.31 330.67 0.22 0.6
Hex AF 82 98 0 1A D 1F 14B 16 3C
Octal 257 202 230 0 32 15 37 513 26 74
Binary 10101111 10000010 10011000 0 11010 1101 11111 101001011 10110 111100

Color Harmonies of #AF8298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8298

Black with #AF8298

Text Example


Text Example

White with #AF8298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8298; }

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

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

background-color css

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

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

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

border-color css

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

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

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