Html Css Color HEX #AF80A6 Bouquet

📋 copy color: '#AF80A6'

red 175 ◦ green 128 ◦ blue 166

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

Shades of Bouquet #AF80A6

Tints of Bouquet #AF80A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 35.39%

R = 37.31%
G = 27.29%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#AF80A6 (or 0xAF80A6) is known color: Bouquet. HEX triplet: AF, 80 and A6. RGB value is (175,128,166). Sum of RGB (Red+Green+Blue) = 175+128+166=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 166 (65.23% from 255 or 35.39% from 469); Max value from RGB is 175 - color contains mainly: red. Hex color #AF80A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF80A6 is #507F59. Grayscale: #929292. Windows color (decimal): -5275482 or 10911919. OLE color: 10911919.

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

Color convert

RGB 175 128 166 -
CMYK 0 0.27 0.05 0.31
HSL 311.49º 0.23% 0.59% -
HSV(B) 311.49º 0.27% 0.69% -
XYZ 32.28 27.31 39.65 -
YUV 146.39 139.07 148.41 -
System Red Green Blue C M Y K H S L
Decimal 175 128 166 0 0.27 0.05 0.31 311.49 0.23 0.59
Hex AF 80 A6 0 1B 5 1F 137 17 3B
Octal 257 200 246 0 33 5 37 467 27 73
Binary 10101111 10000000 10100110 0 11011 101 11111 100110111 10111 111011

Color Harmonies of #AF80A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF80A6

Black with #AF80A6

Text Example


Text Example

White with #AF80A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF80A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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