Html Css Color HEX #AF7495 Bouquet

📋 copy color: '#AF7495'

red 175 ◦ green 116 ◦ blue 149

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

Shades of Bouquet #AF7495

Tints of Bouquet #AF7495

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.36%

 BLUE value IS 149 (58.59% from 255) = 33.86%

R = 39.77%
G = 26.36%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AF7495 (or 0xAF7495) is known color: Bouquet. HEX triplet: AF, 74 and 95. RGB value is (175,116,149). Sum of RGB (Red+Green+Blue) = 175+116+149=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 116 (45.70% from 255 or 26.36% from 440); Blue value is 149 (58.59% from 255 or 33.86% from 440); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7495 is #508B6A. Grayscale: #898989. Windows color (decimal): -5278571 or 9794735. OLE color: 9794735.

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

Color convert

RGB 175 116 149 -
CMYK 0 0.34 0.15 0.31
HSL 326.44º 0.27% 0.57% -
HSV(B) 326.44º 0.34% 0.69% -
XYZ 29.35 23.77 31.48 -
YUV 137.4 134.55 154.82 -
System Red Green Blue C M Y K H S L
Decimal 175 116 149 0 0.34 0.15 0.31 326.44 0.27 0.57
Hex AF 74 95 0 22 F 1F 146 1B 39
Octal 257 164 225 0 42 17 37 506 33 71
Binary 10101111 1110100 10010101 0 100010 1111 11111 101000110 11011 111001

Color Harmonies of #AF7495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7495

Black with #AF7495

Text Example


Text Example

White with #AF7495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7495; }

 p { color: rgb(175,116,149); }

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

background-color css

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

 a { background-color: rgb(175,116,149); }

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

border-color css

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

 span { border-color: rgb(175,116,149); }

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