Html Css Color HEX #AF699D Bouquet

📋 copy color: '#AF699D'

red 175 ◦ green 105 ◦ blue 157

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

Shades of Bouquet #AF699D

Tints of Bouquet #AF699D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.93%

R = 40.05%
G = 24.03%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF699D (or 0xAF699D) is known color: Bouquet. HEX triplet: AF, 69 and 9D. RGB value is (175,105,157). Sum of RGB (Red+Green+Blue) = 175+105+157=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 157 (61.72% from 255 or 35.93% from 437); Max value from RGB is 175 - color contains mainly: red. Hex color #AF699D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF699D is #509662. Grayscale: #838383. Windows color (decimal): -5281379 or 10316207. OLE color: 10316207.

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

Color convert

RGB 175 105 157 -
CMYK 0 0.40 0.10 0.31
HSL 315.43º 0.3% 0.55% -
HSV(B) 315.43º 0.4% 0.69% -
XYZ 28.82 21.65 34.56 -
YUV 131.86 142.19 158.77 -
System Red Green Blue C M Y K H S L
Decimal 175 105 157 0 0.40 0.10 0.31 315.43 0.3 0.55
Hex AF 69 9D 0 28 A 1F 13B 1E 37
Octal 257 151 235 0 50 12 37 473 36 67
Binary 10101111 1101001 10011101 0 101000 1010 11111 100111011 11110 110111

Color Harmonies of #AF699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF699D

Black with #AF699D

Text Example


Text Example

White with #AF699D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF699D; }

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

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

background-color css

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

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

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

border-color css

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

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

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