Html Css Color HEX #AF6997 Bouquet

📋 copy color: '#AF6997'

red 175 ◦ green 105 ◦ blue 151

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

Shades of Bouquet #AF6997

Tints of Bouquet #AF6997

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.36%

 BLUE value IS 151 (59.38% from 255) = 35.03%

R = 40.6%
G = 24.36%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AF6997 (or 0xAF6997) is known color: Bouquet. HEX triplet: AF, 69 and 97. RGB value is (175,105,151). Sum of RGB (Red+Green+Blue) = 175+105+151=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 151 (59.38% from 255 or 35.03% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6997 is #509668. Grayscale: #838383. Windows color (decimal): -5281385 or 9922991. OLE color: 9922991.

HSL color Cylindrical-coordinate representation of color #AF6997: hue angle of 320.57º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF6997 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 105 151 -
CMYK 0 0.40 0.14 0.31
HSL 320.57º 0.3% 0.55% -
HSV(B) 320.57º 0.4% 0.69% -
XYZ 28.32 21.45 31.93 -
YUV 131.17 139.19 159.26 -
System Red Green Blue C M Y K H S L
Decimal 175 105 151 0 0.40 0.14 0.31 320.57 0.3 0.55
Hex AF 69 97 0 28 E 1F 141 1E 37
Octal 257 151 227 0 50 16 37 501 36 67
Binary 10101111 1101001 10010111 0 101000 1110 11111 101000001 11110 110111

Color Harmonies of #AF6997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6997

Black with #AF6997

Text Example


Text Example

White with #AF6997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6997; }

 p { color: rgb(175,105,151); }

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

background-color css

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

 a { background-color: rgb(175,105,151); }

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

border-color css

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

 span { border-color: rgb(175,105,151); }

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