Html Css Color HEX #AF7F9C Bouquet

📋 copy color: '#AF7F9C'

red 175 ◦ green 127 ◦ blue 156

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

Shades of Bouquet #AF7F9C

Tints of Bouquet #AF7F9C

RGB

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

 GREEN value IS 127 (50% from 255) = 27.73%

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

R = 38.21%
G = 27.73%
B = 34.06%

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

#AF7F9C (or 0xAF7F9C) is known color: Bouquet. HEX triplet: AF, 7F and 9C. RGB value is (175,127,156). Sum of RGB (Red+Green+Blue) = 175+127+156=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 127 (50% from 255 or 27.73% from 458); Blue value is 156 (61.33% from 255 or 34.06% from 458); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7F9C is #508063. Grayscale: #909090. Windows color (decimal): -5275748 or 10256303. OLE color: 10256303.

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

Color convert

RGB 175 127 156 -
CMYK 0 0.27 0.11 0.31
HSL 323.75º 0.23% 0.59% -
HSV(B) 323.75º 0.27% 0.69% -
XYZ 31.27 26.69 34.96 -
YUV 144.66 134.4 149.64 -
System Red Green Blue C M Y K H S L
Decimal 175 127 156 0 0.27 0.11 0.31 323.75 0.23 0.59
Hex AF 7F 9C 0 1B B 1F 144 17 3B
Octal 257 177 234 0 33 13 37 504 27 73
Binary 10101111 1111111 10011100 0 11011 1011 11111 101000100 10111 111011

Color Harmonies of #AF7F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7F9C

Black with #AF7F9C

Text Example


Text Example

White with #AF7F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7F9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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