Html Css Color HEX #AF80A4 Bouquet

📋 copy color: '#AF80A4'

red 175 ◦ green 128 ◦ blue 164

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

Shades of Bouquet #AF80A4

Tints of Bouquet #AF80A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 35.12%

R = 37.47%
G = 27.41%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#AF80A4 (or 0xAF80A4) is known color: Bouquet. HEX triplet: AF, 80 and A4. RGB value is (175,128,164). Sum of RGB (Red+Green+Blue) = 175+128+164=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 164 (64.45% from 255 or 35.12% from 467); Max value from RGB is 175 - color contains mainly: red. Hex color #AF80A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF80A4 is #507F5B. Grayscale: #929292. Windows color (decimal): -5275484 or 10780847. OLE color: 10780847.

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

Color convert

RGB 175 128 164 -
CMYK 0 0.27 0.06 0.31
HSL 314.04º 0.23% 0.59% -
HSV(B) 314.04º 0.27% 0.69% -
XYZ 32.1 27.23 38.69 -
YUV 146.16 138.07 148.57 -
System Red Green Blue C M Y K H S L
Decimal 175 128 164 0 0.27 0.06 0.31 314.04 0.23 0.59
Hex AF 80 A4 0 1B 6 1F 13A 17 3B
Octal 257 200 244 0 33 6 37 472 27 73
Binary 10101111 10000000 10100100 0 11011 110 11111 100111010 10111 111011

Color Harmonies of #AF80A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF80A4

Black with #AF80A4

Text Example


Text Example

White with #AF80A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF80A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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