Html Css Color HEX #AF7098 Bouquet

📋 copy color: '#AF7098'

red 175 ◦ green 112 ◦ blue 152

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

Shades of Bouquet #AF7098

Tints of Bouquet #AF7098

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.51%

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

R = 39.86%
G = 25.51%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF7098 (or 0xAF7098) is known color: Bouquet. HEX triplet: AF, 70 and 98. RGB value is (175,112,152). Sum of RGB (Red+Green+Blue) = 175+112+152=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 152 (59.77% from 255 or 34.62% from 439); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7098 is #508F67. Grayscale: #878787. Windows color (decimal): -5279592 or 9990319. OLE color: 9990319.

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

Color convert

RGB 175 112 152 -
CMYK 0 0.36 0.13 0.31
HSL 321.9º 0.28% 0.56% -
HSV(B) 321.9º 0.36% 0.69% -
XYZ 29.14 22.97 32.6 -
YUV 135.4 137.37 156.25 -
System Red Green Blue C M Y K H S L
Decimal 175 112 152 0 0.36 0.13 0.31 321.9 0.28 0.56
Hex AF 70 98 0 24 D 1F 142 1C 38
Octal 257 160 230 0 44 15 37 502 34 70
Binary 10101111 1110000 10011000 0 100100 1101 11111 101000010 11100 111000

Color Harmonies of #AF7098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7098

Black with #AF7098

Text Example


Text Example

White with #AF7098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7098; }

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

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

background-color css

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

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

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

border-color css

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

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

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