#AF6594

Color #AF6594 Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #AF6594

Tints of Bouquet #AF6594

Color information

#AF6594 (or 0xAF6594) is unknown color: approx Bouquet. HEX triplet: AF, 65 and 94. RGB value is (175,101,148). Sum of RGB (Red+Green+Blue) = 175+101+148=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 101 (39.84% from 255 or 23.82% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6594 is #509A6B. Grayscale: #808080. Windows color (decimal): -5282412 or 9725359. OLE color: 9725359.

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

Color convert

RGB175101148-
CMYK00.420.150.31
HSL321.89º31.62%54.12%-
HSV(B)321.89º42.29%68.63%-
XYZ27.6820.5630.53-
YUV128.48139.02161.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.27%
GREEN value IS 101 (39.84% from 255) = 23.82%
BLUE value IS 148 (58.20% from 255) = 34.91%
R=41.27%
G=23.82%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510114800.420.150.31321.8931.6254.12
HexAF659402AF1F1422036
Octal25714522405217375024066
Binary101011111100101100101000101010111111111101000010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6594; }

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

 H1.HeaderClassName
 {
   color: #AF6594;
 }
 .AnyTagClassName
 {
   color: #AF6594;
 }
</style>
background-color css

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

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

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

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

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

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