Html Css Color HEX #AF7294 Bouquet

📋 copy color: '#AF7294'

red 175 ◦ green 114 ◦ blue 148

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

Shades of Bouquet #AF7294

Tints of Bouquet #AF7294

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.09%

 BLUE value IS 148 (58.2% from 255) = 33.87%

R = 40.05%
G = 26.09%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AF7294 (or 0xAF7294) is known color: Bouquet. HEX triplet: AF, 72 and 94. RGB value is (175,114,148). Sum of RGB (Red+Green+Blue) = 175+114+148=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 148 (58.20% from 255 or 33.87% from 437); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7294 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7294 is #508D6B. Grayscale: #888888. Windows color (decimal): -5279084 or 9728687. OLE color: 9728687.

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

Color convert

RGB 175 114 148 -
CMYK 0 0.35 0.15 0.31
HSL 326.56º 0.28% 0.57% -
HSV(B) 326.56º 0.35% 0.69% -
XYZ 29.04 23.29 30.98 -
YUV 136.12 134.71 155.74 -
System Red Green Blue C M Y K H S L
Decimal 175 114 148 0 0.35 0.15 0.31 326.56 0.28 0.57
Hex AF 72 94 0 23 F 1F 147 1C 39
Octal 257 162 224 0 43 17 37 507 34 71
Binary 10101111 1110010 10010100 0 100011 1111 11111 101000111 11100 111001

Color Harmonies of #AF7294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7294

Black with #AF7294

Text Example


Text Example

White with #AF7294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7294; }

 p { color: rgb(175,114,148); }

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

background-color css

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

 a { background-color: rgb(175,114,148); }

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

border-color css

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

 span { border-color: rgb(175,114,148); }

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