Html Css Color HEX #AF689C Bouquet

📋 copy color: '#AF689C'

red 175 ◦ green 104 ◦ blue 156

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

Shades of Bouquet #AF689C

Tints of Bouquet #AF689C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.91%

 BLUE value IS 156 (61.33% from 255) = 35.86%

R = 40.23%
G = 23.91%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF689C (or 0xAF689C) is known color: Bouquet. HEX triplet: AF, 68 and 9C. RGB value is (175,104,156). Sum of RGB (Red+Green+Blue) = 175+104+156=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 104 (41.02% from 255 or 23.91% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 175 - color contains mainly: red. Hex color #AF689C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF689C is #509763. Grayscale: #838383. Windows color (decimal): -5281636 or 10250415. OLE color: 10250415.

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

Color convert

RGB 175 104 156 -
CMYK 0 0.41 0.11 0.31
HSL 316.06º 0.31% 0.55% -
HSV(B) 316.06º 0.41% 0.69% -
XYZ 28.63 21.41 34.08 -
YUV 131.16 142.02 159.27 -
System Red Green Blue C M Y K H S L
Decimal 175 104 156 0 0.41 0.11 0.31 316.06 0.31 0.55
Hex AF 68 9C 0 29 B 1F 13C 1F 37
Octal 257 150 234 0 51 13 37 474 37 67
Binary 10101111 1101000 10011100 0 101001 1011 11111 100111100 11111 110111

Color Harmonies of #AF689C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF689C

Black with #AF689C

Text Example


Text Example

White with #AF689C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF689C; }

 p { color: rgb(175,104,156); }

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

background-color css

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

 a { background-color: rgb(175,104,156); }

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

border-color css

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

 span { border-color: rgb(175,104,156); }

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