Html Css Color HEX #AF769E Bouquet

📋 copy color: '#AF769E'

red 175 ◦ green 118 ◦ blue 158

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

Shades of Bouquet #AF769E

Tints of Bouquet #AF769E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.03%

R = 38.8%
G = 26.16%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF769E (or 0xAF769E) is known color: Bouquet. HEX triplet: AF, 76 and 9E. RGB value is (175,118,158). Sum of RGB (Red+Green+Blue) = 175+118+158=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 158 (62.11% from 255 or 35.03% from 451); Max value from RGB is 175 - color contains mainly: red. Hex color #AF769E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF769E is #508961. Grayscale: #8B8B8B. Windows color (decimal): -5278050 or 10385071. OLE color: 10385071.

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

Color convert

RGB 175 118 158 -
CMYK 0 0.33 0.10 0.31
HSL 317.89º 0.26% 0.57% -
HSV(B) 317.89º 0.33% 0.69% -
XYZ 30.33 24.54 35.49 -
YUV 139.6 138.38 153.25 -
System Red Green Blue C M Y K H S L
Decimal 175 118 158 0 0.33 0.10 0.31 317.89 0.26 0.57
Hex AF 76 9E 0 21 A 1F 13E 1A 39
Octal 257 166 236 0 41 12 37 476 32 71
Binary 10101111 1110110 10011110 0 100001 1010 11111 100111110 11010 111001

Color Harmonies of #AF769E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF769E

Black with #AF769E

Text Example


Text Example

White with #AF769E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF769E; }

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

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

background-color css

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

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

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

border-color css

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

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

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