Html Css Color HEX #AF7B9C Bouquet

📋 copy color: '#AF7B9C'

red 175 ◦ green 123 ◦ blue 156

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

Shades of Bouquet #AF7B9C

Tints of Bouquet #AF7B9C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.09%

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

R = 38.55%
G = 27.09%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF7B9C (or 0xAF7B9C) is known color: Bouquet. HEX triplet: AF, 7B and 9C. RGB value is (175,123,156). Sum of RGB (Red+Green+Blue) = 175+123+156=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 123 (48.44% from 255 or 27.09% from 454); Blue value is 156 (61.33% from 255 or 34.36% from 454); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7B9C is #508463. Grayscale: #8E8E8E. Windows color (decimal): -5276772 or 10255279. OLE color: 10255279.

HSL color Cylindrical-coordinate representation of color #AF7B9C: hue angle of 321.92º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF7B9C is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 123 156 -
CMYK 0 0.30 0.11 0.31
HSL 321.92º 0.25% 0.58% -
HSV(B) 321.92º 0.3% 0.69% -
XYZ 30.76 25.68 34.79 -
YUV 142.31 135.73 151.32 -
System Red Green Blue C M Y K H S L
Decimal 175 123 156 0 0.30 0.11 0.31 321.92 0.25 0.58
Hex AF 7B 9C 0 1E B 1F 142 19 3A
Octal 257 173 234 0 36 13 37 502 31 72
Binary 10101111 1111011 10011100 0 11110 1011 11111 101000010 11001 111010

Color Harmonies of #AF7B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7B9C

Black with #AF7B9C

Text Example


Text Example

White with #AF7B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7B9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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