Html Css Color HEX #AF7096 Bouquet

📋 copy color: '#AF7096'

red 175 ◦ green 112 ◦ blue 150

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

Shades of Bouquet #AF7096

Tints of Bouquet #AF7096

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.63%

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

R = 40.05%
G = 25.63%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AF7096 (or 0xAF7096) is known color: Bouquet. HEX triplet: AF, 70 and 96. RGB value is (175,112,150). Sum of RGB (Red+Green+Blue) = 175+112+150=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 150 (58.98% from 255 or 34.32% from 437); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7096 is #508F69. Grayscale: #878787. Windows color (decimal): -5279594 or 9859247. OLE color: 9859247.

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

Color convert

RGB 175 112 150 -
CMYK 0 0.36 0.14 0.31
HSL 323.81º 0.28% 0.56% -
HSV(B) 323.81º 0.36% 0.69% -
XYZ 28.98 22.9 31.75 -
YUV 135.17 136.37 156.41 -
System Red Green Blue C M Y K H S L
Decimal 175 112 150 0 0.36 0.14 0.31 323.81 0.28 0.56
Hex AF 70 96 0 24 E 1F 144 1C 38
Octal 257 160 226 0 44 16 37 504 34 70
Binary 10101111 1110000 10010110 0 100100 1110 11111 101000100 11100 111000

Color Harmonies of #AF7096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7096

Black with #AF7096

Text Example


Text Example

White with #AF7096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7096; }

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

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

background-color css

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

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

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

border-color css

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

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

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