Html Css Color HEX #AF6595 Bouquet

📋 copy color: '#AF6595'

red 175 ◦ green 101 ◦ blue 149

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

Shades of Bouquet #AF6595

Tints of Bouquet #AF6595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.06%

R = 41.18%
G = 23.76%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AF6595 (or 0xAF6595) is known color: Bouquet. HEX triplet: AF, 65 and 95. RGB value is (175,101,149). Sum of RGB (Red+Green+Blue) = 175+101+149=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 149 (58.59% from 255 or 35.06% from 425); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6595 is #509A6A. Grayscale: #808080. Windows color (decimal): -5282411 or 9790895. OLE color: 9790895.

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

Color convert

RGB 175 101 149 -
CMYK 0 0.42 0.15 0.31
HSL 321.08º 0.32% 0.54% -
HSV(B) 321.08º 0.42% 0.69% -
XYZ 27.76 20.59 30.95 -
YUV 128.6 139.52 161.1 -
System Red Green Blue C M Y K H S L
Decimal 175 101 149 0 0.42 0.15 0.31 321.08 0.32 0.54
Hex AF 65 95 0 2A F 1F 141 20 36
Octal 257 145 225 0 52 17 37 501 40 66
Binary 10101111 1100101 10010101 0 101010 1111 11111 101000001 100000 110110

Color Harmonies of #AF6595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6595

Black with #AF6595

Text Example


Text Example

White with #AF6595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6595; }

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

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

background-color css

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

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

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

border-color css

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

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

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