Html Css Color HEX #AF6D98 Bouquet

📋 copy color: '#AF6D98'

red 175 ◦ green 109 ◦ blue 152

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

Shades of Bouquet #AF6D98

Tints of Bouquet #AF6D98

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25%

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

R = 40.14%
G = 25%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF6D98 (or 0xAF6D98) is known color: Bouquet. HEX triplet: AF, 6D and 98. RGB value is (175,109,152). Sum of RGB (Red+Green+Blue) = 175+109+152=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 109 (42.97% from 255 or 25% from 436); Blue value is 152 (59.77% from 255 or 34.86% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6D98 is #509267. Grayscale: #858585. Windows color (decimal): -5280360 or 9989551. OLE color: 9989551.

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

Color convert

RGB 175 109 152 -
CMYK 0 0.38 0.13 0.31
HSL 320.91º 0.29% 0.56% -
HSV(B) 320.91º 0.38% 0.69% -
XYZ 28.82 22.32 32.49 -
YUV 133.64 138.37 157.5 -
System Red Green Blue C M Y K H S L
Decimal 175 109 152 0 0.38 0.13 0.31 320.91 0.29 0.56
Hex AF 6D 98 0 26 D 1F 141 1D 38
Octal 257 155 230 0 46 15 37 501 35 70
Binary 10101111 1101101 10011000 0 100110 1101 11111 101000001 11101 111000

Color Harmonies of #AF6D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6D98

Black with #AF6D98

Text Example


Text Example

White with #AF6D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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