Html Css Color HEX #AF809C Bouquet

📋 copy color: '#AF809C'

red 175 ◦ green 128 ◦ blue 156

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

Shades of Bouquet #AF809C

Tints of Bouquet #AF809C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.99%

R = 38.13%
G = 27.89%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF809C (or 0xAF809C) is known color: Bouquet. HEX triplet: AF, 80 and 9C. RGB value is (175,128,156). Sum of RGB (Red+Green+Blue) = 175+128+156=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 175 - color contains mainly: red. Hex color #AF809C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF809C is #507F63. Grayscale: #919191. Windows color (decimal): -5275492 or 10256559. OLE color: 10256559.

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

Color convert

RGB 175 128 156 -
CMYK 0 0.27 0.11 0.31
HSL 324.26º 0.23% 0.59% -
HSV(B) 324.26º 0.27% 0.69% -
XYZ 31.4 26.95 35 -
YUV 145.25 134.07 149.22 -
System Red Green Blue C M Y K H S L
Decimal 175 128 156 0 0.27 0.11 0.31 324.26 0.23 0.59
Hex AF 80 9C 0 1B B 1F 144 17 3B
Octal 257 200 234 0 33 13 37 504 27 73
Binary 10101111 10000000 10011100 0 11011 1011 11111 101000100 10111 111011

Color Harmonies of #AF809C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF809C

Black with #AF809C

Text Example


Text Example

White with #AF809C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF809C; }

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

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

background-color css

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

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

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

border-color css

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

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

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