Html Css Color HEX #AF789A Bouquet

📋 copy color: '#AF789A'

red 175 ◦ green 120 ◦ blue 154

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

Shades of Bouquet #AF789A

Tints of Bouquet #AF789A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.73%

 BLUE value IS 154 (60.55% from 255) = 34.3%

R = 38.98%
G = 26.73%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#AF789A (or 0xAF789A) is known color: Bouquet. HEX triplet: AF, 78 and 9A. RGB value is (175,120,154). Sum of RGB (Red+Green+Blue) = 175+120+154=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 120 (47.27% from 255 or 26.73% from 449); Blue value is 154 (60.55% from 255 or 34.30% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AF789A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF789A is #508765. Grayscale: #8C8C8C. Windows color (decimal): -5277542 or 10123439. OLE color: 10123439.

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

Color convert

RGB 175 120 154 -
CMYK 0 0.31 0.12 0.31
HSL 322.91º 0.26% 0.58% -
HSV(B) 322.91º 0.31% 0.69% -
XYZ 30.23 24.88 33.78 -
YUV 140.32 135.72 152.74 -
System Red Green Blue C M Y K H S L
Decimal 175 120 154 0 0.31 0.12 0.31 322.91 0.26 0.58
Hex AF 78 9A 0 1F C 1F 143 1A 3A
Octal 257 170 232 0 37 14 37 503 32 72
Binary 10101111 1111000 10011010 0 11111 1100 11111 101000011 11010 111010

Color Harmonies of #AF789A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF789A

Black with #AF789A

Text Example


Text Example

White with #AF789A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF789A; }

 p { color: rgb(175,120,154); }

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

background-color css

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

 a { background-color: rgb(175,120,154); }

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

border-color css

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

 span { border-color: rgb(175,120,154); }

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