Html Css Color HEX #AF769D Bouquet

📋 copy color: '#AF769D'

red 175 ◦ green 118 ◦ blue 157

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

Shades of Bouquet #AF769D

Tints of Bouquet #AF769D

RGB

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

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

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

R = 38.89%
G = 26.22%
B = 34.89%

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

#AF769D (or 0xAF769D) is known color: Bouquet. HEX triplet: AF, 76 and 9D. RGB value is (175,118,157). Sum of RGB (Red+Green+Blue) = 175+118+157=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 157 (61.72% from 255 or 34.89% from 450); Max value from RGB is 175 - color contains mainly: red. Hex color #AF769D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF769D is #508962. Grayscale: #8B8B8B. Windows color (decimal): -5278051 or 10319535. OLE color: 10319535.

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

Color convert

RGB 175 118 157 -
CMYK 0 0.33 0.10 0.31
HSL 318.95º 0.26% 0.57% -
HSV(B) 318.95º 0.33% 0.69% -
XYZ 30.24 24.51 35.03 -
YUV 139.49 137.88 153.33 -
System Red Green Blue C M Y K H S L
Decimal 175 118 157 0 0.33 0.10 0.31 318.95 0.26 0.57
Hex AF 76 9D 0 21 A 1F 13F 1A 39
Octal 257 166 235 0 41 12 37 477 32 71
Binary 10101111 1110110 10011101 0 100001 1010 11111 100111111 11010 111001

Color Harmonies of #AF769D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF769D

Black with #AF769D

Text Example


Text Example

White with #AF769D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF769D; }

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

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

background-color css

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

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

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

border-color css

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

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

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