Html Css Color HEX #AF6E96 Bouquet

📋 copy color: '#AF6E96'

red 175 ◦ green 110 ◦ blue 150

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

Shades of Bouquet #AF6E96

Tints of Bouquet #AF6E96

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.29%

 BLUE value IS 150 (58.98% from 255) = 34.48%

R = 40.23%
G = 25.29%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AF6E96 (or 0xAF6E96) is known color: Bouquet. HEX triplet: AF, 6E and 96. RGB value is (175,110,150). Sum of RGB (Red+Green+Blue) = 175+110+150=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 110 (43.36% from 255 or 25.29% from 435); Blue value is 150 (58.98% from 255 or 34.48% from 435); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6E96 is #509169. Grayscale: #858585. Windows color (decimal): -5280106 or 9858735. OLE color: 9858735.

HSL color Cylindrical-coordinate representation of color #AF6E96: hue angle of 323.08º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF6E96 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 110 150 -
CMYK 0 0.37 0.14 0.31
HSL 323.08º 0.29% 0.56% -
HSV(B) 323.08º 0.37% 0.69% -
XYZ 28.76 22.47 31.68 -
YUV 134 137.03 157.25 -
System Red Green Blue C M Y K H S L
Decimal 175 110 150 0 0.37 0.14 0.31 323.08 0.29 0.56
Hex AF 6E 96 0 25 E 1F 143 1D 38
Octal 257 156 226 0 45 16 37 503 35 70
Binary 10101111 1101110 10010110 0 100101 1110 11111 101000011 11101 111000

Color Harmonies of #AF6E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6E96

Black with #AF6E96

Text Example


Text Example

White with #AF6E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6E96; }

 p { color: rgb(175,110,150); }

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

background-color css

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

 a { background-color: rgb(175,110,150); }

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

border-color css

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

 span { border-color: rgb(175,110,150); }

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