Html Css Color HEX #AF6599 Bouquet

📋 copy color: '#AF6599'

red 175 ◦ green 101 ◦ blue 153

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

Shades of Bouquet #AF6599

Tints of Bouquet #AF6599

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.54%

 BLUE value IS 153 (60.16% from 255) = 35.66%

R = 40.79%
G = 23.54%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF6599 (or 0xAF6599) is known color: Bouquet. HEX triplet: AF, 65 and 99. RGB value is (175,101,153). Sum of RGB (Red+Green+Blue) = 175+101+153=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6599 is #509A66. Grayscale: #808080. Windows color (decimal): -5282407 or 10053039. OLE color: 10053039.

HSL color Cylindrical-coordinate representation of color #AF6599: hue angle of 317.84º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF6599 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 101 153 -
CMYK 0 0.42 0.13 0.31
HSL 317.84º 0.32% 0.54% -
HSV(B) 317.84º 0.42% 0.69% -
XYZ 28.08 20.72 32.66 -
YUV 129.05 141.52 160.77 -
System Red Green Blue C M Y K H S L
Decimal 175 101 153 0 0.42 0.13 0.31 317.84 0.32 0.54
Hex AF 65 99 0 2A D 1F 13E 20 36
Octal 257 145 231 0 52 15 37 476 40 66
Binary 10101111 1100101 10011001 0 101010 1101 11111 100111110 100000 110110

Color Harmonies of #AF6599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6599

Black with #AF6599

Text Example


Text Example

White with #AF6599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6599; }

 p { color: rgb(175,101,153); }

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

background-color css

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

 a { background-color: rgb(175,101,153); }

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

border-color css

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

 span { border-color: rgb(175,101,153); }

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