Html Css Color HEX #AF7E98 Bouquet

📋 copy color: '#AF7E98'

red 175 ◦ green 126 ◦ blue 152

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

Shades of Bouquet #AF7E98

Tints of Bouquet #AF7E98

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.81%

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

R = 38.63%
G = 27.81%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF7E98 (or 0xAF7E98) is known color: Bouquet. HEX triplet: AF, 7E and 98. RGB value is (175,126,152). Sum of RGB (Red+Green+Blue) = 175+126+152=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 126 (49.61% from 255 or 27.81% from 453); Blue value is 152 (59.77% from 255 or 33.55% from 453); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7E98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7E98 is #508167. Grayscale: #8F8F8F. Windows color (decimal): -5276008 or 9993903. OLE color: 9993903.

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

Color convert

RGB 175 126 152 -
CMYK 0 0.28 0.13 0.31
HSL 328.16º 0.23% 0.59% -
HSV(B) 328.16º 0.28% 0.69% -
XYZ 30.81 26.3 33.16 -
YUV 143.62 132.73 150.39 -
System Red Green Blue C M Y K H S L
Decimal 175 126 152 0 0.28 0.13 0.31 328.16 0.23 0.59
Hex AF 7E 98 0 1C D 1F 148 17 3B
Octal 257 176 230 0 34 15 37 510 27 73
Binary 10101111 1111110 10011000 0 11100 1101 11111 101001000 10111 111011

Color Harmonies of #AF7E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7E98

Black with #AF7E98

Text Example


Text Example

White with #AF7E98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7E98; }

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

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

background-color css

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

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

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

border-color css

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

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

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