Html Css Color HEX #AF8293 Bouquet

📋 copy color: '#AF8293'

red 175 ◦ green 130 ◦ blue 147

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

Shades of Bouquet #AF8293

Tints of Bouquet #AF8293

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.76%

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

R = 38.72%
G = 28.76%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#AF8293 (or 0xAF8293) is known color: Bouquet. HEX triplet: AF, 82 and 93. RGB value is (175,130,147). Sum of RGB (Red+Green+Blue) = 175+130+147=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 130 (51.17% from 255 or 28.76% from 452); Blue value is 147 (57.81% from 255 or 32.52% from 452); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8293 is #507D6C. Grayscale: #919191. Windows color (decimal): -5274989 or 9667247. OLE color: 9667247.

HSL color Cylindrical-coordinate representation of color #AF8293: hue angle of 337.33º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AF8293 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 130 147 -
CMYK 0 0.26 0.16 0.31
HSL 337.33º 0.22% 0.6% -
HSV(B) 337.33º 0.26% 0.69% -
XYZ 30.93 27.19 31.22 -
YUV 145.39 128.91 149.12 -
System Red Green Blue C M Y K H S L
Decimal 175 130 147 0 0.26 0.16 0.31 337.33 0.22 0.6
Hex AF 82 93 0 1A 10 1F 151 16 3C
Octal 257 202 223 0 32 20 37 521 26 74
Binary 10101111 10000010 10010011 0 11010 10000 11111 101010001 10110 111100

Color Harmonies of #AF8293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8293

Black with #AF8293

Text Example


Text Example

White with #AF8293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8293; }

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

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

background-color css

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

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

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

border-color css

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

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

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