Html Css Color HEX #AF7293 Bouquet

📋 copy color: '#AF7293'

red 175 ◦ green 114 ◦ blue 147

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

Shades of Bouquet #AF7293

Tints of Bouquet #AF7293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 33.72%

R = 40.14%
G = 26.15%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#AF7293 (or 0xAF7293) is known color: Bouquet. HEX triplet: AF, 72 and 93. RGB value is (175,114,147). Sum of RGB (Red+Green+Blue) = 175+114+147=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 147 (57.81% from 255 or 33.72% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7293 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7293 is #508D6C. Grayscale: #878787. Windows color (decimal): -5279085 or 9663151. OLE color: 9663151.

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

Color convert

RGB 175 114 147 -
CMYK 0 0.35 0.16 0.31
HSL 327.54º 0.28% 0.57% -
HSV(B) 327.54º 0.35% 0.69% -
XYZ 28.96 23.26 30.57 -
YUV 136 134.21 155.82 -
System Red Green Blue C M Y K H S L
Decimal 175 114 147 0 0.35 0.16 0.31 327.54 0.28 0.57
Hex AF 72 93 0 23 10 1F 148 1C 39
Octal 257 162 223 0 43 20 37 510 34 71
Binary 10101111 1110010 10010011 0 100011 10000 11111 101001000 11100 111001

Color Harmonies of #AF7293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7293

Black with #AF7293

Text Example


Text Example

White with #AF7293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7293; }

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

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

background-color css

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

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

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

border-color css

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

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

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