Html Css Color HEX #AF769F Bouquet

📋 copy color: '#AF769F'

red 175 ◦ green 118 ◦ blue 159

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

Shades of Bouquet #AF769F

Tints of Bouquet #AF769F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.11%

 BLUE value IS 159 (62.5% from 255) = 35.18%

R = 38.72%
G = 26.11%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF769F (or 0xAF769F) is known color: Bouquet. HEX triplet: AF, 76 and 9F. RGB value is (175,118,159). Sum of RGB (Red+Green+Blue) = 175+118+159=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 118 (46.48% from 255 or 26.11% from 452); Blue value is 159 (62.5% from 255 or 35.18% from 452); Max value from RGB is 175 - color contains mainly: red. Hex color #AF769F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF769F is #508960. Grayscale: #8B8B8B. Windows color (decimal): -5278049 or 10450607. OLE color: 10450607.

HSL color Cylindrical-coordinate representation of color #AF769F: hue angle of 316.84º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF769F is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 118 159 -
CMYK 0 0.33 0.09 0.31
HSL 316.84º 0.26% 0.57% -
HSV(B) 316.84º 0.33% 0.69% -
XYZ 30.42 24.57 35.94 -
YUV 139.72 138.88 153.17 -
System Red Green Blue C M Y K H S L
Decimal 175 118 159 0 0.33 0.09 0.31 316.84 0.26 0.57
Hex AF 76 9F 0 21 9 1F 13D 1A 39
Octal 257 166 237 0 41 11 37 475 32 71
Binary 10101111 1110110 10011111 0 100001 1001 11111 100111101 11010 111001

Color Harmonies of #AF769F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF769F

Black with #AF769F

Text Example


Text Example

White with #AF769F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF769F; }

 p { color: rgb(175,118,159); }

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

background-color css

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

 a { background-color: rgb(175,118,159); }

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

border-color css

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

 span { border-color: rgb(175,118,159); }

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