Html Css Color HEX #AF699C Bouquet

📋 copy color: '#AF699C'

red 175 ◦ green 105 ◦ blue 156

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

Shades of Bouquet #AF699C

Tints of Bouquet #AF699C

RGB

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

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

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

R = 40.14%
G = 24.08%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF699C (or 0xAF699C) is known color: Bouquet. HEX triplet: AF, 69 and 9C. RGB value is (175,105,156). Sum of RGB (Red+Green+Blue) = 175+105+156=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF699C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF699C is #509663. Grayscale: #838383. Windows color (decimal): -5281380 or 10250671. OLE color: 10250671.

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

Color convert

RGB 175 105 156 -
CMYK 0 0.40 0.11 0.31
HSL 316.29º 0.3% 0.55% -
HSV(B) 316.29º 0.4% 0.69% -
XYZ 28.73 21.62 34.11 -
YUV 131.74 141.69 158.85 -
System Red Green Blue C M Y K H S L
Decimal 175 105 156 0 0.40 0.11 0.31 316.29 0.3 0.55
Hex AF 69 9C 0 28 B 1F 13C 1E 37
Octal 257 151 234 0 50 13 37 474 36 67
Binary 10101111 1101001 10011100 0 101000 1011 11111 100111100 11110 110111

Color Harmonies of #AF699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF699C

Black with #AF699C

Text Example


Text Example

White with #AF699C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF699C; }

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

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

background-color css

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

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

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

border-color css

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

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

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