Html Css Color HEX #AF799A Bouquet

📋 copy color: '#AF799A'

red 175 ◦ green 121 ◦ blue 154

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

Shades of Bouquet #AF799A

Tints of Bouquet #AF799A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.89%

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

R = 38.89%
G = 26.89%
B = 34.22%

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

#AF799A (or 0xAF799A) is known color: Bouquet. HEX triplet: AF, 79 and 9A. RGB value is (175,121,154). Sum of RGB (Red+Green+Blue) = 175+121+154=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 121 (47.66% from 255 or 26.89% from 450); Blue value is 154 (60.55% from 255 or 34.22% from 450); Max value from RGB is 175 - color contains mainly: red. Hex color #AF799A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF799A is #508665. Grayscale: #8C8C8C. Windows color (decimal): -5277286 or 10123695. OLE color: 10123695.

HSL color Cylindrical-coordinate representation of color #AF799A: hue angle of 323.33º degrees, saturation: 0.25, 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 #AF799A is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 121 154 -
CMYK 0 0.31 0.12 0.31
HSL 323.33º 0.25% 0.58% -
HSV(B) 323.33º 0.31% 0.69% -
XYZ 30.35 25.12 33.82 -
YUV 140.91 135.39 152.32 -
System Red Green Blue C M Y K H S L
Decimal 175 121 154 0 0.31 0.12 0.31 323.33 0.25 0.58
Hex AF 79 9A 0 1F C 1F 143 19 3A
Octal 257 171 232 0 37 14 37 503 31 72
Binary 10101111 1111001 10011010 0 11111 1100 11111 101000011 11001 111010

Color Harmonies of #AF799A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF799A

Black with #AF799A

Text Example


Text Example

White with #AF799A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF799A; }

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

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

background-color css

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

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

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

border-color css

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

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

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