Html Css Color HEX #AF7093 Bouquet

📋 copy color: '#AF7093'

red 175 ◦ green 112 ◦ blue 147

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

Shades of Bouquet #AF7093

Tints of Bouquet #AF7093

RGB

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

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

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

R = 40.32%
G = 25.81%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#AF7093 (or 0xAF7093) is known color: Bouquet. HEX triplet: AF, 70 and 93. RGB value is (175,112,147). Sum of RGB (Red+Green+Blue) = 175+112+147=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 112 (44.14% from 255 or 25.81% from 434); Blue value is 147 (57.81% from 255 or 33.87% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7093 is #508F6C. Grayscale: #868686. Windows color (decimal): -5279597 or 9662639. OLE color: 9662639.

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

Color convert

RGB 175 112 147 -
CMYK 0 0.36 0.16 0.31
HSL 326.67º 0.28% 0.56% -
HSV(B) 326.67º 0.36% 0.69% -
XYZ 28.74 22.81 30.49 -
YUV 134.83 134.87 156.65 -
System Red Green Blue C M Y K H S L
Decimal 175 112 147 0 0.36 0.16 0.31 326.67 0.28 0.56
Hex AF 70 93 0 24 10 1F 147 1C 38
Octal 257 160 223 0 44 20 37 507 34 70
Binary 10101111 1110000 10010011 0 100100 10000 11111 101000111 11100 111000

Color Harmonies of #AF7093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7093

Black with #AF7093

Text Example


Text Example

White with #AF7093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7093; }

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

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

background-color css

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

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

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

border-color css

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

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

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