Html Css Color HEX #AF7698 Bouquet

📋 copy color: '#AF7698'

red 175 ◦ green 118 ◦ blue 152

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

Shades of Bouquet #AF7698

Tints of Bouquet #AF7698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 34.16%

R = 39.33%
G = 26.52%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF7698 (or 0xAF7698) is known color: Bouquet. HEX triplet: AF, 76 and 98. RGB value is (175,118,152). Sum of RGB (Red+Green+Blue) = 175+118+152=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 152 (59.77% from 255 or 34.16% from 445); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7698 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7698 is #508967. Grayscale: #8A8A8A. Windows color (decimal): -5278056 or 9991855. OLE color: 9991855.

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

Color convert

RGB 175 118 152 -
CMYK 0 0.33 0.13 0.31
HSL 324.21º 0.26% 0.57% -
HSV(B) 324.21º 0.33% 0.69% -
XYZ 29.83 24.34 32.83 -
YUV 138.92 135.38 153.74 -
System Red Green Blue C M Y K H S L
Decimal 175 118 152 0 0.33 0.13 0.31 324.21 0.26 0.57
Hex AF 76 98 0 21 D 1F 144 1A 39
Octal 257 166 230 0 41 15 37 504 32 71
Binary 10101111 1110110 10011000 0 100001 1101 11111 101000100 11010 111001

Color Harmonies of #AF7698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7698

Black with #AF7698

Text Example


Text Example

White with #AF7698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7698; }

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

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

background-color css

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

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

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

border-color css

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

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

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