#AF6494

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

Shades of Bouquet #AF6494

Tints of Bouquet #AF6494

Color information

#AF6494 (or 0xAF6494) is unknown color: approx Bouquet. HEX triplet: AF, 64 and 94. RGB value is (175,100,148). Sum of RGB (Red+Green+Blue) = 175+100+148=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6494 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6494 is #509B6B. Grayscale: #7F7F7F. Windows color (decimal): -5282668 or 9725103. OLE color: 9725103.

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

Color convert

RGB175100148-
CMYK00.430.150.31
HSL321.6º31.91%53.92%-
HSV(B)321.6º42.86%68.63%-
XYZ27.5820.3730.49-
YUV127.9139.35161.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.37%
GREEN value IS 100 (39.45% from 255) = 23.64%
BLUE value IS 148 (58.20% from 255) = 34.99%
R=41.37%
G=23.64%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510014800.430.150.31321.631.9153.92
HexAF649402BF1F1422036
Octal25714422405317375024066
Binary101011111100100100101000101011111111111101000010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6494; }

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

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

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

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

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

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

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

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