Html Css Color HEX #AF7692 Bouquet

📋 copy color: '#AF7692'

red 175 ◦ green 118 ◦ blue 146

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

Shades of Bouquet #AF7692

Tints of Bouquet #AF7692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.26%

R = 39.86%
G = 26.88%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#AF7692 (or 0xAF7692) is known color: Bouquet. HEX triplet: AF, 76 and 92. RGB value is (175,118,146). Sum of RGB (Red+Green+Blue) = 175+118+146=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 118 (46.48% from 255 or 26.88% from 439); Blue value is 146 (57.42% from 255 or 33.26% from 439); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7692 is #50896D. Grayscale: #8A8A8A. Windows color (decimal): -5278062 or 9598639. OLE color: 9598639.

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

Color convert

RGB 175 118 146 -
CMYK 0 0.33 0.17 0.31
HSL 330.53º 0.26% 0.57% -
HSV(B) 330.53º 0.33% 0.69% -
XYZ 29.35 24.15 30.31 -
YUV 138.24 132.38 154.22 -
System Red Green Blue C M Y K H S L
Decimal 175 118 146 0 0.33 0.17 0.31 330.53 0.26 0.57
Hex AF 76 92 0 21 11 1F 14B 1A 39
Octal 257 166 222 0 41 21 37 513 32 71
Binary 10101111 1110110 10010010 0 100001 10001 11111 101001011 11010 111001

Color Harmonies of #AF7692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7692

Black with #AF7692

Text Example


Text Example

White with #AF7692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7692; }

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

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

background-color css

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

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

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

border-color css

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

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

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