Html Css Color HEX #AF6999 Bouquet

📋 copy color: '#AF6999'

red 175 ◦ green 105 ◦ blue 153

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

Shades of Bouquet #AF6999

Tints of Bouquet #AF6999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 35.33%

R = 40.42%
G = 24.25%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF6999 (or 0xAF6999) is known color: Bouquet. HEX triplet: AF, 69 and 99. RGB value is (175,105,153). Sum of RGB (Red+Green+Blue) = 175+105+153=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 153 (60.16% from 255 or 35.33% from 433); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6999 is #509666. Grayscale: #838383. Windows color (decimal): -5281383 or 10054063. OLE color: 10054063.

HSL color Cylindrical-coordinate representation of color #AF6999: hue angle of 318.86º 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 #AF6999 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 105 153 -
CMYK 0 0.40 0.13 0.31
HSL 318.86º 0.3% 0.55% -
HSV(B) 318.86º 0.4% 0.69% -
XYZ 28.48 21.52 32.79 -
YUV 131.4 140.19 159.1 -
System Red Green Blue C M Y K H S L
Decimal 175 105 153 0 0.40 0.13 0.31 318.86 0.3 0.55
Hex AF 69 99 0 28 D 1F 13F 1E 37
Octal 257 151 231 0 50 15 37 477 36 67
Binary 10101111 1101001 10011001 0 101000 1101 11111 100111111 11110 110111

Color Harmonies of #AF6999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6999

Black with #AF6999

Text Example


Text Example

White with #AF6999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6999; }

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

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

background-color css

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

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

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

border-color css

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

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

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