Html Css Color HEX #AF80A0 Bouquet

📋 copy color: '#AF80A0'

red 175 ◦ green 128 ◦ blue 160

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

Shades of Bouquet #AF80A0

Tints of Bouquet #AF80A0

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.65%

 BLUE value IS 160 (62.89% from 255) = 34.56%

R = 37.8%
G = 27.65%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF80A0 (or 0xAF80A0) is known color: Bouquet. HEX triplet: AF, 80 and A0. RGB value is (175,128,160). Sum of RGB (Red+Green+Blue) = 175+128+160=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 160 (62.89% from 255 or 34.56% from 463); Max value from RGB is 175 - color contains mainly: red. Hex color #AF80A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF80A0 is #507F5F. Grayscale: #919191. Windows color (decimal): -5275488 or 10518703. OLE color: 10518703.

HSL color Cylindrical-coordinate representation of color #AF80A0: hue angle of 319.15º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF80A0 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 128 160 -
CMYK 0 0.27 0.09 0.31
HSL 319.15º 0.23% 0.59% -
HSV(B) 319.15º 0.27% 0.69% -
XYZ 31.74 27.09 36.81 -
YUV 145.7 136.07 148.9 -
System Red Green Blue C M Y K H S L
Decimal 175 128 160 0 0.27 0.09 0.31 319.15 0.23 0.59
Hex AF 80 A0 0 1B 9 1F 13F 17 3B
Octal 257 200 240 0 33 11 37 477 27 73
Binary 10101111 10000000 10100000 0 11011 1001 11111 100111111 10111 111011

Color Harmonies of #AF80A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF80A0

Black with #AF80A0

Text Example


Text Example

White with #AF80A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF80A0; }

 p { color: rgb(175,128,160); }

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

background-color css

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

 a { background-color: rgb(175,128,160); }

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

border-color css

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

 span { border-color: rgb(175,128,160); }

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